Author: marrs
Date: Mon Aug 20 15:26:26 2012
New Revision: 1375058
URL: http://svn.apache.org/viewvc?rev=1375058&view=rev
Log:
Formatting improvements.
Modified:
ace/site/trunk/content/dev-doc/release-guide.mdtext
Modified: ace/site/trunk/content/dev-doc/release-guide.mdtext
URL:
http://svn.apache.org/viewvc/ace/site/trunk/content/dev-doc/release-guide.mdtext?rev=1375058&r1=1375057&r2=1375058&view=diff
==============================================================================
--- ace/site/trunk/content/dev-doc/release-guide.mdtext (original)
+++ ace/site/trunk/content/dev-doc/release-guide.mdtext Mon Aug 20 15:26:26 2012
@@ -21,25 +21,30 @@ Before you can start staging a release c
Staging a release starts by checking out a tagged version of the sources:
+ :::sh
$ svn co https://svn.apache.org/repos/asf/ace/tags/ace-sources-1.0.0
ace-sources-1.0.0
The next step is to create the source archive:
+ :::sh
$ cd build
$ ant -f src-build.xml package-src
Then you sign the source archive, and create md5 and sha1 signatures for it:
+ :::sh
$ ant -f src-build.xml sign-src
Now you can upload the source archive and the signatures to our development
area, which we use to stage this release candidate. This can be done via
"svnpubsub":
+ :::sh
$ ant -f src-build.xml commit-to-staging
## Voting on the release
Start a vote on the [email protected] list:
+ :::sh
To: "Apache ACE developers list" <[email protected]>
Subject: [VOTE] Release ACE version X.Y.Z
@@ -71,10 +76,12 @@ And, depending on the result, continue w
Move the artifacts from the development area to the final release location:
+ :::sh
$ ant -f src-build.xml promote-to-release
Then update the tag in subversion, for example for the 1.0.0 release like this:
+ :::sh
$ svn move https://svn.apache.org/repos/asf/ace/tags/ace-sources-1.0.0
https://svn.apache.org/repos/asf/ace/releases/ace-sources-1.0.0 -m "Apache ACE
source release 1.0.0 tagged."
Now wait at least 24 hours to allow the release to be properly mirrored and
then update the news and download page on the Apache ACE website and announce
the release:
@@ -92,8 +99,7 @@ Now wait at least 24 hours to allow the
Remove the artifacts from the development area:
+ :::sh
$ ant -f src-build.xml delete-from-staging
We keep the tag in subversion for reference.
-
-
\ No newline at end of file