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

Evergreen Git git at git.evergreen-ils.org
Mon May 4 17:42:10 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  790a64fd56c061a1f84b3b413982c566918d2db9 (commit)
       via  4df9393e2d2bd8cdb04a4ec1e19fe3c6d492aa47 (commit)
      from  792e3017f9f99c1a18ee3724d44b575226f07a21 (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 790a64fd56c061a1f84b3b413982c566918d2db9
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 83fbb97..862fde7 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 4df9393e2d2bd8cdb04a4ec1e19fe3c6d492aa47
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