You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/06/26 10:44:32 UTC

svn commit: r1353863 - /incubator/any23/trunk/src/site/xdoc/release-howto.xml

Author: simonetripodi
Date: Tue Jun 26 08:44:32 2012
New Revision: 1353863

URL: http://svn.apache.org/viewvc?rev=1353863&view=rev
Log:
added short guide to download artifacts from repo to dist area

Modified:
    incubator/any23/trunk/src/site/xdoc/release-howto.xml

Modified: incubator/any23/trunk/src/site/xdoc/release-howto.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/src/site/xdoc/release-howto.xml?rev=1353863&r1=1353862&r2=1353863&view=diff
==============================================================================
--- incubator/any23/trunk/src/site/xdoc/release-howto.xml (original)
+++ incubator/any23/trunk/src/site/xdoc/release-howto.xml Tue Jun 26 08:44:32 2012
@@ -307,9 +307,13 @@ I will promote the artifacts to the cent
           </li>
 
           <li>Add the distribution artifacts to the distribution area
-            <p>
-              <strong>TO BE COMPLETED</strong>
-            </p>
+            <source>ssh people.apache.org
+cd /x1/www/www.apache.org/dist/incubator/syncope/
+wget -e robots=off -nH --cut-dirs=7 -np --no-check-certificate -m -A *.tar.gz*  -R .asc.sha1,.asc.md5 \
+https://repository.apache.org/content/repositories/releases/org/apache/any23/&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/any23/&lt;version&gt;/
+</source>
           </li>
 
           <li>Update the <em>Downloads</em> site page to point to the new release artifacts