You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cu...@apache.org on 2012/07/15 22:59:12 UTC

svn commit: r1361795 - /aries/scripts/verify_staged_release.sh

Author: cumminsh
Date: Sun Jul 15 20:59:12 2012
New Revision: 1361795

URL: http://svn.apache.org/viewvc?rev=1361795&view=rev
Log:
[ARIES-862] Improving verification script to not download archetype-catalog.xml

Modified:
    aries/scripts/verify_staged_release.sh

Modified: aries/scripts/verify_staged_release.sh
URL: http://svn.apache.org/viewvc/aries/scripts/verify_staged_release.sh?rev=1361795&r1=1361794&r2=1361795&view=diff
==============================================================================
--- aries/scripts/verify_staged_release.sh (original)
+++ aries/scripts/verify_staged_release.sh Sun Jul 15 20:59:12 2012
@@ -27,7 +27,7 @@ then
 mkdir -p ${DOWNLOAD}/${STAGING}
 
  wget \
-  -e "robots=off" --wait 1 -r -np "--reject=html,txt,css,css?2.0" "--follow-tags=" \
+  -e "robots=off" --wait 1 -r -np "--reject=archetype-catalog.xml,html,txt,css,css?2.0" "--follow-tags=" \
   -P "${DOWNLOAD}/${STAGING}" -nH "--cut-dirs=3" --ignore-length --no-check-certificate \
   "http://repository.apache.org/content/repositories/orgapachearies-${STAGING}/org/apache/aries/"