[open-ils-commits] [GIT] Evergreen ILS branch rel_2_7 updated. aaaad5b7138b872799b7cb417472c79a52109e08

Evergreen Git git at git.evergreen-ils.org
Mon May 4 17:42:09 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_7 has been updated
       via  aaaad5b7138b872799b7cb417472c79a52109e08 (commit)
       via  3b68241e587f7d6c4c36e05b3fb52e1984df5a77 (commit)
      from  dca4c15a4cc224bbae12a8b1330a43a98526a99d (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 aaaad5b7138b872799b7cb417472c79a52109e08
Author: Josh Stompro <stomproj at larl.org>
Date:   Thu Apr 16 11:21:13 2015 -0500

    LP#1362260 - Email::Sender/libemail-send-perl change in Jessie
    
    libemail-send-perl no longer exists in Debian Jessie.  Change
    Makefile.debian-jessie to install cpan version instead of
    debian package.
    
    Signed-off-by: Josh Stompro <stomproj at larl.org>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/src/extras/install/Makefile.debian-jessie b/Open-ILS/src/extras/install/Makefile.debian-jessie
index e13b6fe..3be2c09 100644
--- a/Open-ILS/src/extras/install/Makefile.debian-jessie
+++ b/Open-ILS/src/extras/install/Makefile.debian-jessie
@@ -32,7 +32,6 @@ export DEBS = \
 	libdatetime-set-perl\
 	libdatetime-timezone-perl\
 	libdbd-pg-perl\
-	libemail-send-perl\
 	libemail-simple-perl\
 	libgd-graph3d-perl\
 	liblocale-maketext-lexicon-perl\
@@ -81,7 +80,8 @@ export DEB_APACHE_DISMODS = \
 export CPAN_MODULES = \
 	Business::OnlinePayment::PayPal \
 	Template::Plugin::POSIX \
-	Safe
+	Safe \
+	Email::Send
 
 export CPAN_MODULES_FORCE = \
 	Business::Stripe \

commit 3b68241e587f7d6c4c36e05b3fb52e1984df5a77
Author: Josh Stompro <stomproj at larl.org>
Date:   Thu Apr 16 14:55:25 2015 -0500

    LP#1445187 - Force disable of deflate
    
    Add the -f (force) flag to a2dismod to remove the chance of getting
    a confirmation prompt when removing deflate.
    
    Signed-off-by: Josh Stompro <stomproj at larl.org>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/src/extras/install/Makefile.debian b/Open-ILS/src/extras/install/Makefile.debian
index 8f6c499..4c0ee13 100644
--- a/Open-ILS/src/extras/install/Makefile.debian
+++ b/Open-ILS/src/extras/install/Makefile.debian
@@ -45,7 +45,7 @@ debian_sys_config:
 	# link the apache modules in
 	for m in $(DEB_APACHE_MODS); do a2enmod $$m; done;
 	# keep the bad apache modules away
-	for m in $(DEB_APACHE_DISMODS); do a2dismod $$m; done;
+	for m in $(DEB_APACHE_DISMODS); do a2dismod -f $$m; done;
 	# keep the bad apache configs away
 	for m in $(DEB_APACHE_DISCONF); do a2disconf $$m; done;
 	# refresh the dynamic library cache

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

Summary of changes:
 Open-ILS/src/extras/install/Makefile.debian        |    2 +-
 Open-ILS/src/extras/install/Makefile.debian-jessie |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list