From: Thomas Berezansky Date: Fri, 30 Dec 2011 15:39:01 +0000 (-0500) Subject: Use the FTP site for Xulrunner downloads X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5cc7a3f6aef196011eb035f327fdfe7316f7cde9;p=evergreen%2Fmasslnc.git Use the FTP site for Xulrunner downloads releases.mozilla.org was causing trouble for us; the FTP site appears to be more stable. Oh, and bump the Xulrunner version slightly while we are at it. Signed-off-by: Thomas Berezansky Signed-off-by: Dan Scott --- diff --git a/Open-ILS/xul/staff_client/Makefile.am b/Open-ILS/xul/staff_client/Makefile.am index 173f26a68d..2105271d70 100644 --- a/Open-ILS/xul/staff_client/Makefile.am +++ b/Open-ILS/xul/staff_client/Makefile.am @@ -9,10 +9,10 @@ export STAFF_CLIENT_STAMP_ID = $$(/bin/cat build/STAMP_ID) # from http://closure-compiler.googlecode.com/files/compiler-latest.zip FIXME: Autotools this? export CLOSURE_COMPILER_JAR = ~/closure-compiler/compiler.jar -XULRUNNER_VERSION=3.6.24 +XULRUNNER_VERSION=3.6.25 XULRUNNER_WINFILE=xulrunner-$(XULRUNNER_VERSION).en-US.win32.zip XULRUNNER_LINUXFILE=xulrunner-$(XULRUNNER_VERSION).en-US.linux-i686.tar.bz2 -XULRUNNER_URL=http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/$(XULRUNNER_VERSION)/runtimes/ +XULRUNNER_URL=ftp://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/$(XULRUNNER_VERSION)/runtimes/ OPENSRF_JSLIBS = "$(OPENSRF_LIBS)/javascript" CHROME_LOCALES = $$(ls -1 chrome/locale)