[open-ils-commits] [GIT] Evergreen ILS branch rel_2_8 updated. df3f88bcb9435b9732bf2027bc5ff74937bd39c8

Evergreen Git git at git.evergreen-ils.org
Mon Aug 17 10:18:47 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, rel_2_8 has been updated
       via  df3f88bcb9435b9732bf2027bc5ff74937bd39c8 (commit)
      from  e6dba76ea1e92bebd00966e22dc4f5b35409323b (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 df3f88bcb9435b9732bf2027bc5ff74937bd39c8
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