Author: ilgrosso
Date: Wed Feb 26 10:20:36 2014
New Revision: 1571987

URL: http://svn.apache.org/r1571987
Log:
Some small enhancements

Modified:
    syncope/branches/1_1_X/src/site/xdoc/release-process.xml

Modified: syncope/branches/1_1_X/src/site/xdoc/release-process.xml
URL: 
http://svn.apache.org/viewvc/syncope/branches/1_1_X/src/site/xdoc/release-process.xml?rev=1571987&r1=1571986&r2=1571987&view=diff
==============================================================================
--- syncope/branches/1_1_X/src/site/xdoc/release-process.xml (original)
+++ syncope/branches/1_1_X/src/site/xdoc/release-process.xml Wed Feb 26 
10:20:36 2014
@@ -468,6 +468,8 @@ rm <version>/syncope-*asc.asc
 svn add <version>
 svn commit -m "Promoting the voted release artifacts to dist-dev area"
 
+svn mkdir -m "Creating root dir for new release" 
https://dist.apache.org/repos/dist/release/syncope/<version>
+
 svn mv -m "Moving the voted release artifacts to dist/release (source)" \
 
https://dist.apache.org/repos/dist/dev/syncope/<version>/syncope-<version>-source-release.zip
 \
 
https://dist.apache.org/repos/dist/dev/syncope/<version>/syncope-<version>-source-release.zip.asc
 \
@@ -482,6 +484,8 @@ https://dist.apache.org/repos/dist/dev/s
 
https://dist.apache.org/repos/dist/dev/syncope/<version>/syncope-standalone-<version>-distribution.zip.sha1
 \
 https://dist.apache.org/repos/dist/release/syncope/<version>
 
+svn rm -m "Cleaning up older releases" 
https://dist.apache.org/repos/dist/dev/syncope/<version>
+
 svn co https://dist.apache.org/repos/dist/release/syncope syncope-dist-release
 cd syncope-dist-release
 svn rm <any older release artifact (if present)>


Reply via email to