From 7b60d2bb482a490d2f66b45eff978d32fcb9332d Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Thu, 9 Apr 2015 08:36:33 -0700 Subject: 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 Petri-Dish: Graham Bloice Reviewed-by: Martin Mathieson Reviewed-by: Gerald Combs --- tools/win-setup.sh | 8 ++++---- 1 file 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//packages + # http://anonsvn.wireshark.org/wireshark-win32-libs/tags//packages # or - # https://anonsvn.wireshark.org/wireshark-win64-libs/tags//packages + # http://anonsvn.wireshark.org/wireshark-win64-libs/tags//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 "" -- cgit v1.2.1