From: Jason Stephenson Date: Thu, 13 Aug 2015 19:22:33 +0000 (-0400) Subject: LP 1484655: ftp://ftp.mozilla.org moved to http://archive.mozilla.org X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=52f7adbd1fbe600d24be8b9f2795244cbf81d435;p=evergreen%2Fpines.git LP 1484655: ftp://ftp.mozilla.org moved to archive.mozilla.org This commit changes the XULRUNNER_URL in Open-ILS/xul/staff_client/ Makefile.am from using ftp to talk to ftp.mozilla.org to using http with archive.mozilla.org. This is necessary because Mozilla.org have apparently declared the former to be closed and the latter to be the canonical location for downloads. Signed-off-by: Jason Stephenson Signed-off-by: Kathy Lussier --- diff --git a/Open-ILS/xul/staff_client/Makefile.am b/Open-ILS/xul/staff_client/Makefile.am index a27b5cb4c4..0da672fcf6 100644 --- a/Open-ILS/xul/staff_client/Makefile.am +++ b/Open-ILS/xul/staff_client/Makefile.am @@ -15,7 +15,7 @@ XULRUNNER_VERSION=14.0.1 XULRUNNER_WINFILE=xulrunner-$(XULRUNNER_VERSION).en-US.win32.zip XULRUNNER_LINUX32FILE=xulrunner-$(XULRUNNER_VERSION).en-US.linux-i686.tar.bz2 XULRUNNER_LINUX64FILE=xulrunner-$(XULRUNNER_VERSION).en-US.linux-x86_64.tar.bz2 -XULRUNNER_URL=ftp://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/$(XULRUNNER_VERSION)/runtimes/ +XULRUNNER_URL=http://archive.mozilla.org/pub/mozilla.org/xulrunner/releases/$(XULRUNNER_VERSION)/runtimes/ XULRUNNER_MAJOR_VERSION=$$(echo ${XULRUNNER_VERSION} | cut -d. -f1) # Extensions we include when not an extension ourselves