Skip to content

Commit

Permalink
Use https to check artifacts from the repository
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1685503 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
cziegeler committed Jun 15, 2015
1 parent 1b06980 commit ba8c2f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions check_staged_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "################################################################################"
Expand Down

0 comments on commit ba8c2f2

Please sign in to comment.