You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2015/06/15 08:46:22 UTC

svn commit: r1685503 - /felix/trunk/check_staged_release.sh

Author: cziegeler
Date: Mon Jun 15 06:46:22 2015
New Revision: 1685503

URL: http://svn.apache.org/r1685503
Log:
Use https to check artifacts from the repository

Modified:
    felix/trunk/check_staged_release.sh

Modified: felix/trunk/check_staged_release.sh
URL: http://svn.apache.org/viewvc/felix/trunk/check_staged_release.sh?rev=1685503&r1=1685502&r2=1685503&view=diff
==============================================================================
--- felix/trunk/check_staged_release.sh (original)
+++ felix/trunk/check_staged_release.sh Mon Jun 15 06:46:22 2015
@@ -23,9 +23,9 @@ then
  echo "################################################################################"
 
  wget \
-  -e "robots=off" --wait 1 -r -np "--reject=html,txt" "--follow-tags=" \
-  -P "${DOWNLOAD}/${STAGING}" -nH "--cut-dirs=3" --ignore-length --no-check-certificate \
-  "http://repository.apache.org/content/repositories/orgapachefelix-${STAGING}/org/apache/felix/"
+  -e "robots=off" --wait 1 -nv -r -np "--reject=html,txt" "--follow-tags=" \
+  -P "${DOWNLOAD}/${STAGING}" -nH "--cut-dirs=3" \
+  "https://repository.apache.org/content/repositories/orgapachefelix-${STAGING}/org/apache/felix/"
 
 else
  echo "################################################################################"