Author: ilgrosso
Date: Wed Feb 26 07:51:00 2014
New Revision: 1571949

URL: http://svn.apache.org/r1571949
Log:
Fixing some twirks in the release process

Modified:
    syncope/site/release-process.html

Modified: syncope/site/release-process.html
URL: 
http://svn.apache.org/viewvc/syncope/site/release-process.html?rev=1571949&r1=1571948&r2=1571949&view=diff
==============================================================================
--- syncope/site/release-process.html (original)
+++ syncope/site/release-process.html Wed Feb 26 07:51:00 2014
@@ -813,6 +813,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
 \
@@ -827,6 +829,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