From 8e6bc98a05ad041940fc6dca20723e2f989cfc8c Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Mon, 4 Jun 2012 12:33:56 -0400 Subject: [PATCH] Revert to generic ftp.mozilla.org hostname download02.mozilla.org started returning 403 errors; ftp.mozilla.org seems to work again, so let's go with that. Signed-off-by: Dan Scott Signed-off-by: Thomas Berezansky --- build/tools/make_release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/tools/make_release.sh b/build/tools/make_release.sh index 9b3bcfca6d..583e7bfc2d 100755 --- a/build/tools/make_release.sh +++ b/build/tools/make_release.sh @@ -287,8 +287,8 @@ echo "Grabbing XULRunner (to avoid issues with version changes)" cd Open-ILS/xul/staff_client XULRUNNER_VERSION=`grep '^XULRUNNER_VERSION' Makefile.am` XULRUNNER_VERSION=${XULRUNNER_VERSION##XULRUNNER_VERSION=} -wget http://download02.mozilla.org/pub/mozilla.org/xulrunner/releases/$XULRUNNER_VERSION/runtimes/xulrunner-$XULRUNNER_VERSION.en-US.win32.zip -wget http://download02.mozilla.org/pub/mozilla.org/xulrunner/releases/$XULRUNNER_VERSION/runtimes/xulrunner-$XULRUNNER_VERSION.en-US.linux-i686.tar.bz2 +wget http://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/$XULRUNNER_VERSION/runtimes/xulrunner-$XULRUNNER_VERSION.en-US.win32.zip +wget http://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/$XULRUNNER_VERSION/runtimes/xulrunner-$XULRUNNER_VERSION.en-US.linux-i686.tar.bz2 echo "Prepping server download files" cd ../../../../ -- 2.43.2