[open-ils-commits] [GIT] Evergreen ILS branch master updated. 8d14cfb562d8e72e25a7d90cbb5370bf904ccf1c

Evergreen Git git at git.evergreen-ils.org
Mon Aug 17 10:17:55 EDT 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  8d14cfb562d8e72e25a7d90cbb5370bf904ccf1c (commit)
      from  68c225561ab2a017d7dd6f145e7d6dedb55baf34 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8d14cfb562d8e72e25a7d90cbb5370bf904ccf1c
Author: Jason Stephenson <jstephenson at mvlc.org>
Date:   Thu Aug 13 15:22:33 2015 -0400

    LP 1484655: ftp://ftp.mozilla.org moved to http://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 <jstephenson at mvlc.org>
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/Open-ILS/xul/staff_client/Makefile.am b/Open-ILS/xul/staff_client/Makefile.am
index a27b5cb..0da672f 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

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/xul/staff_client/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list