aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-04-09 08:36:33 -0700
committerGerald Combs <gerald@wireshark.org>2015-04-09 19:56:19 +0000
commit7b60d2bb482a490d2f66b45eff978d32fcb9332d (patch)
treec6ab199bfced8a36dee273cf06c44848b9e09e4d /tools
parent1f45a377137efe8c2c17c6bb9de39a8425e5acab (diff)
Pass HTTP URLs to wget.
Not all wgets are equal. Revert part of 7787c1b so that wget fetches over HTTP instead of HTTPS. Change-Id: Iced263380429795975cf239cba7dac54bd729d38 Reviewed-on: https://code.wireshark.org/review/8005 Reviewed-by: Graham Bloice <graham.bloice@trihedral.com> Petri-Dish: Graham Bloice <graham.bloice@trihedral.com> Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/win-setup.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/win-setup.sh b/tools/win-setup.sh
index 92788fcb13..023975f134 100755
--- a/tools/win-setup.sh
+++ b/tools/win-setup.sh
@@ -172,13 +172,13 @@ case "$1" in
err_exit "WIRESHARK_TARGET_PLATFORM not defined"
fi
# DOWNLOAD_PREFIX MUST be in the form
- # https://anonsvn.wireshark.org/wireshark-win32-libs/tags/<date>/packages
+ # http://anonsvn.wireshark.org/wireshark-win32-libs/tags/<date>/packages
# or
- # https://anonsvn.wireshark.org/wireshark-win64-libs/tags/<date>/packages
+ # http://anonsvn.wireshark.org/wireshark-win64-libs/tags/<date>/packages
# or
# /packages to test uploads before creating the tag.
- #DOWNLOAD_PREFIX="https://anonsvn.wireshark.org/wireshark-$WIRESHARK_TARGET_PLATFORM-libs/trunk/packages"
- DOWNLOAD_PREFIX="https://anonsvn.wireshark.org/wireshark-$WIRESHARK_TARGET_PLATFORM-libs/tags/$DOWNLOAD_TAG/packages"
+ #DOWNLOAD_PREFIX="http://anonsvn.wireshark.org/wireshark-$WIRESHARK_TARGET_PLATFORM-libs/trunk/packages"
+ DOWNLOAD_PREFIX="http://anonsvn.wireshark.org/wireshark-$WIRESHARK_TARGET_PLATFORM-libs/tags/$DOWNLOAD_TAG/packages"
PACKAGE=$(basename "$PACKAGE_PATH")
echo ""