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

Evergreen Git git at git.evergreen-ils.org
Tue Apr 15 11:02:29 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  e8b967aaaebe16682b52e359ff93c22114a0ce7a (commit)
      from  f1fa38c29611f0e84d343d1543c3602cf6799b2b (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 e8b967aaaebe16682b52e359ff93c22114a0ce7a
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Apr 10 10:40:01 2014 -0700

    LP#1306176: force installation of Business::Stripe from CPAN
    
    Business::Stripe can fail to pass its tests on platforms that
    happen to have Pod::Simple 3.24 or later and Test::Pod.  In
    particular, Debian Jessie and Ubuntu Trusty meet those conditions
    (since the OpenSRF installation process installs libtest-pod-perl)
    and Debian Wheezy with backports enabled does as well.
    
    Since the failing test cases are only for POD, this patches moves
    Business::Stripe to the CPAN_MODULES_FORCE list across the board.
    
    This can be undone if/when Business::Stripe releases a fix for
    the POD validation warnings.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Bill Erickson <berick at esilibrary.com>

diff --git a/Open-ILS/src/extras/install/Makefile.debian-squeeze b/Open-ILS/src/extras/install/Makefile.debian-squeeze
index 6439ea1..a61cc37 100644
--- a/Open-ILS/src/extras/install/Makefile.debian-squeeze
+++ b/Open-ILS/src/extras/install/Makefile.debian-squeeze
@@ -68,7 +68,6 @@ export DEB_APACHE_DISMODS = \
 
 export CPAN_MODULES = \
 	Business::OnlinePayment::PayPal \
-	Business::Stripe \
 	Library::CallNumber::LC \
 	Net::Z3950::Simple2ZOOM \
 	RPC::XML \
@@ -78,6 +77,7 @@ export CPAN_MODULES = \
 	Safe
 
 export CPAN_MODULES_FORCE = \
+	Business::Stripe \
 	Class::DBI::Frozen::301
 
 PGSQL_SERVER_DEBS_91 = \
diff --git a/Open-ILS/src/extras/install/Makefile.debian-wheezy b/Open-ILS/src/extras/install/Makefile.debian-wheezy
index 2759189..fce9205 100644
--- a/Open-ILS/src/extras/install/Makefile.debian-wheezy
+++ b/Open-ILS/src/extras/install/Makefile.debian-wheezy
@@ -71,11 +71,11 @@ export DEB_APACHE_DISMODS = \
 
 export CPAN_MODULES = \
 	Business::OnlinePayment::PayPal \
-	Business::Stripe \
 	Template::Plugin::POSIX \
 	Safe
 
 export CPAN_MODULES_FORCE = \
+	Business::Stripe \
 	Class::DBI::Frozen::301
 
 PGSQL_SERVER_DEBS_91 = \
diff --git a/Open-ILS/src/extras/install/Makefile.fedora b/Open-ILS/src/extras/install/Makefile.fedora
index 7f380c5..3a97af4 100644
--- a/Open-ILS/src/extras/install/Makefile.fedora
+++ b/Open-ILS/src/extras/install/Makefile.fedora
@@ -65,12 +65,12 @@ export CPAN_MODULES = \
 	Business::ISSN \
 	Net::Z3950::ZOOM \
 	Net::Z3950::Simple2ZOOM \
-	Business::Stripe \
 	Template::Plugin::POSIX \
 	SRU \
 	Rose::URI
 
 export CPAN_MODULES_FORCE = \
+	Business::Stripe \
 	Class::DBI::Frozen::301 \
 	Business::OnlinePayment \
 	Business::OnlinePayment::AuthorizeNet \
diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-lucid b/Open-ILS/src/extras/install/Makefile.ubuntu-lucid
index 8dfdd9b..3f88c19 100644
--- a/Open-ILS/src/extras/install/Makefile.ubuntu-lucid
+++ b/Open-ILS/src/extras/install/Makefile.ubuntu-lucid
@@ -65,7 +65,6 @@ export DEB_APACHE_DISMODS = \
 export CPAN_MODULES = \
 	Business::ISSN \
 	Business::OnlinePayment::PayPal \
-	Business::Stripe \
 	Library::CallNumber::LC \
 	MARC::Record \
 	Net::Z3950::Simple2ZOOM \
@@ -76,6 +75,7 @@ export CPAN_MODULES = \
 	Safe
 
 export CPAN_MODULES_FORCE = \
+	Business::Stripe \
 	Class::DBI::Frozen::301
 
 PGSQL_SERVER_DEBS_91 = \
diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-precise b/Open-ILS/src/extras/install/Makefile.ubuntu-precise
index 80ec76d..f7c9f82 100644
--- a/Open-ILS/src/extras/install/Makefile.ubuntu-precise
+++ b/Open-ILS/src/extras/install/Makefile.ubuntu-precise
@@ -73,13 +73,13 @@ export DEB_APACHE_DISMODS = \
 
 export CPAN_MODULES = \
 	Business::CreditCard::Object \
-	Business::Stripe \
 	Business::OnlinePayment::PayPal \
 	Template::Plugin::POSIX \
 	Rose::URI \
 	Safe
 
 export CPAN_MODULES_FORCE = \
+	Business::Stripe \
 	Class::DBI::Frozen::301
 
 PGSQL_SERVER_DEBS_91 = \

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

Summary of changes:
 .../src/extras/install/Makefile.debian-squeeze     |    2 +-
 Open-ILS/src/extras/install/Makefile.debian-wheezy |    2 +-
 Open-ILS/src/extras/install/Makefile.fedora        |    2 +-
 Open-ILS/src/extras/install/Makefile.ubuntu-lucid  |    2 +-
 .../src/extras/install/Makefile.ubuntu-precise     |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list