]> git.e2factory.org Git - e2factory.git/commitdiff
documentation: update release process description
authorGordon Hecker <gh@emlix.com>
Mon, 17 May 2010 09:15:34 +0000 (11:15 +0200)
committerGordon Hecker <gh@emlix.com>
Mon, 17 May 2010 09:32:34 +0000 (11:32 +0200)
Signed-off-by: Gordon Hecker <gh@emlix.com>
doc/manual/release.text

index 4e7145affa6c0565e6f7a4a3cb8fa2f217a7d948..cbacff0dadc2238e0e1c12dd6748dbdbc7e17223 100644 (file)
@@ -10,16 +10,10 @@ Prepare building a release with *e2factory*:
 *   change the release_id attribute in proj/config to the release string
 *   commit the file
 *   push
-
-To make sure everything is really available from the server:
-
-*   create a fresh checkout for the project
-*   fetch sources
 *   build in release mode
-*   e2factory will 
-    * build everything from scratch
-    * store the results to the releases server
-    * the location will be `releases:<project-location>/release/<release-id>/`
+*   e2factory will store the results listed in the `deploy_results`
+    attribute in the project configuration to the releases server.
+    The location will be `releases:<project-location>/archive/<release-id>/`
 
 Example:
 
@@ -29,4 +23,4 @@ Example:
     $ e2-build --build-mode=release
 
 prev [results](results.html)
-next [migrate from e2-2.1 to e2-2.2](migration.html)
+next [Migrating to newer versions of e2factory](migration.html)