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/28 23:44:29 UTC

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

Author: simonetripodi
Date: Thu Jun 28 21:44:28 2012
New Revision: 1355172

URL: http://svn.apache.org/viewvc?rev=1355172&view=rev
Log:
added missing the sources packages to be included in the 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=1355172&r1=1355171&r2=1355172&view=diff
==============================================================================
--- incubator/any23/trunk/src/site/xdoc/release-howto.xml (original)
+++ incubator/any23/trunk/src/site/xdoc/release-howto.xml Thu Jun 28 21:44:28 2012
@@ -331,6 +331,11 @@ I will promote the artifacts to the cent
 cd /x1/www/www.apache.org/dist/incubator/any23/
 
 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/any23-sources-dist/<version>/
+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/any23-sources-dist/<version>/
+
+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/any23-core/<version>/
 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/any23-core/<version>/