[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch master updated. f2bcfbf40b272c125f326bf18b5f458536f2730d

Evergreen Git git at git.evergreen-ils.org
Thu Jul 10 16:11:57 EDT 2014


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  f2bcfbf40b272c125f326bf18b5f458536f2730d (commit)
      from  2986646c02712197449e9c15474088f57b138753 (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 f2bcfbf40b272c125f326bf18b5f458536f2730d
Author: Jason Stephenson <jstephenson at mvlc.org>
Date:   Thu Jul 10 16:10:36 2014 -0400

    Force the installation of Business::Stripe on Ubuntu Trusty.
    
    Apparently the required force was missed in the Makefile.
    
    Signed-off-by: Jason Stephenson <jstephenson at mvlc.org>

diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-trusty b/Open-ILS/src/extras/install/Makefile.ubuntu-trusty
index aa46dbf..5050991 100644
--- a/Open-ILS/src/extras/install/Makefile.ubuntu-trusty
+++ b/Open-ILS/src/extras/install/Makefile.ubuntu-trusty
@@ -76,10 +76,10 @@ export DEB_APACHE_DISMODS = \
 export CPAN_MODULES = \
 	Business::CreditCard::Object \
 	Business::OnlinePayment::PayPal \
-	Business::Stripe \
 	Safe
 
 export CPAN_MODULES_FORCE = \
+	Business::Stripe \
 	Class::DBI::Frozen::301
 
 PGSQL_SERVER_DEBS_93 = \

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

Summary of changes:
 Open-ILS/src/extras/install/Makefile.ubuntu-trusty |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list