You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2013/04/08 15:32:33 UTC

svn commit: r1465631 - /syncope/branches/1_1_X/src/site/xdoc/release-process.xml

Author: ilgrosso
Date: Mon Apr  8 13:32:33 2013
New Revision: 1465631

URL: http://svn.apache.org/r1465631
Log:
Minor changes in the release process

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=1465631&r1=1465630&r2=1465631&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 Mon Apr  8 13:32:33 2013
@@ -298,7 +298,7 @@ cd syncope-<version>
 mvn clean install
 mvn -P site -Dsite.deploymentBaseUrl=file:///<absolute path to ../site/<version>>
 cd ../site/<version>
-rm -rf syncope-console syncope-client syncope-archetype syncope-core syncope-build-tools project-reports.html apidocs/1.html
+rm -rf syncope-console syncope-client syncope-archetype syncope-core syncope-build-tools syncope-common syncope-standalone project-reports.html apidocs/1.html
 cd ..
 svn add <version>
 svn copy apidocs/1.0 <version>/apidocs/
@@ -504,7 +504,23 @@ Best regards.
             </ol>
           </li>
           <li>
-            Add the distribution artifacts to the distribution area
+            Add the distribution artifacts to the distribution area (execute the commands above preferably on
+            <code>people.apache.org</code>)
+            <ul>
+              <li>1_1_X
+<source>
+svn co https://dist.apache.org/repos/dist/release/syncope syncope-dist
+cd syncope-dist
+wget -e robots=off -nH --cut-dirs=7 -np --no-check-certificate -m -A *.zip*  -R .asc.sha1,.asc.md5 \
+https://repository.apache.org/content/repositories/releases/org/apache/syncope/syncope/&lt;version&gt;/
+wget -e robots=off -nH --cut-dirs=7 -np --no-check-certificate -m -A *.zip*  -R .asc.sha1,.asc.md5 \
+https://repository.apache.org/content/repositories/releases/org/apache/syncope/syncope-standalone/&lt;version&gt;/
+svn add &lt;version&gt;
+svn rm &lt;any older release artifact (if present)&gt;
+svn commit -m "Promoting the voted release artifacts and cleaning up older releases"
+</source>
+              </li>
+              <li>1_0_X
 <source>
 svn co https://dist.apache.org/repos/dist/release/syncope syncope-dist
 cd syncope-dist
@@ -514,6 +530,8 @@ svn add &lt;version&gt;
 svn rm &lt;any older release artifact (if present)&gt;
 svn commit -m "Promoting the voted release artifacts and cleaning up older releases"
 </source>
+              </li>
+            </ul>
           </li>
           <li>
             Add appropriate release notes to