From ba8c2f2d693f8afa3454c1ca7feb5e57b7007248 Mon Sep 17 00:00:00 2001 From: Carsten Ziegeler Date: Mon, 15 Jun 2015 06:46:22 +0000 Subject: [PATCH] Use https to check artifacts from the repository git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1685503 13f79535-47bb-0310-9956-ffa450edef68 --- check_staged_release.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/check_staged_release.sh b/check_staged_release.sh index ae3610b0cea..3427ccd33e0 100755 --- a/check_staged_release.sh +++ b/check_staged_release.sh @@ -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 "################################################################################"