From 648da4adfdcd98431b37d3f111a5dbb5ab4c1a71 Mon Sep 17 00:00:00 2001 From: Niels Weber Date: Thu, 6 Jun 2013 10:06:47 +0200 Subject: Document how to add, remove and replace repositories. Change-Id: I26871df34e48a0da944ce2156880235ff808b2b0 Reviewed-by: Leena Miettinen --- doc/installerfw.qdoc | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'doc') diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc index b5b08dc6e..355021862 100644 --- a/doc/installerfw.qdoc +++ b/doc/installerfw.qdoc @@ -986,6 +986,41 @@ then Updates.xml. The package names include version numbers, and therefore, end users receive old packages until the new ones are fully uploaded. + \section1 Changing Repositories + + To have the current update repository point to other repositories, edit the + Updates.xml file in the current repository. You can add, replace, or remove + repositories. + + \section2 Adding Repositories + To update a repository, add the following code to Updates.xml: + + \code + + + + \endcode + + \section2 Removing Repositories + To remove a repository, add the following code to Updates.xml: + + \code + + + + \endcode + + \section2 Replacing repositories + To replace one repository with another, add the following code to Updates.xml: + + \code + + + + \endcode */ /*! -- cgit v1.2.3