You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by bu...@apache.org on 2012/08/01 02:32:34 UTC

svn commit: r827570 - in /websites/staging/shindig/trunk/content: ./ releasing.html

Author: buildbot
Date: Wed Aug  1 00:32:33 2012
New Revision: 827570

Log:
Staging update by buildbot for shindig

Modified:
    websites/staging/shindig/trunk/content/   (props changed)
    websites/staging/shindig/trunk/content/releasing.html

Propchange: websites/staging/shindig/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Aug  1 00:32:33 2012
@@ -1 +1 @@
-1366988
+1367835

Modified: websites/staging/shindig/trunk/content/releasing.html
==============================================================================
--- websites/staging/shindig/trunk/content/releasing.html (original)
+++ websites/staging/shindig/trunk/content/releasing.html Wed Aug  1 00:32:33 2012
@@ -242,6 +242,11 @@ mvn release:perform -Papache-release
 
 <p>Note: All artifacts will be signed and pushed to 
 <a href="https://repository.apache.org/">https://repository.apache.org/</a>.</p>
+<p>You can use the following command to download all the artifacts from the repository.</p>
+<pre>
+wget -r  -H -t1 -nd -N -np  -erobots=off -i https://repository.apache.org/content/repositories/orgapacheshindig-{repo-id}/org/apache/shindig/
+</pre>
+
 <p>Close the staging repository as described in the points 5 and 6 of the 
 <a href="http://maven.apache.org/developers/release/releasing.html">Maven Release Process</a>.</p>
 <h2 id="4-deploy-the-documentation">4. Deploy The Documentation</h2>