Author: simonetripodi
Date: Thu Jun 28 21:41:33 2012
New Revision: 1355168
URL: http://svn.apache.org/viewvc?rev=1355168&view=rev
Log:
enlisted all binaries artifacts have to be dowloaded from Nexus to be uploaded
in the bin mirror
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=1355168&r1=1355167&r2=1355168&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:41:33
2012
@@ -328,11 +328,32 @@ I will promote the artifacts to the cent
<li>Add the distribution artifacts to the distribution area
<source>ssh people.apache.org
-cd /x1/www/www.apache.org/dist/incubator/syncope/
+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-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>/
+
+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-service/<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-service/<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/plugins/any23-basic-crawler/<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/plugins/any23-basic-crawler/<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/plugins/any23-html-scraper/<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/plugins/any23-html-scraper/<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/<version>/
+https://repository.apache.org/content/repositories/releases/org/apache/any23/plugins/any23-office-scraper/<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/<version>/
+https://repository.apache.org/content/repositories/releases/org/apache/any23/plugins/any23-office-scraper/<version>/
</source>
</li>