[open-ils-commits] [GIT] Evergreen ILS branch rel_2_0 updated. 137556ce7b175b13759ca30b629de0d906aaa5f8

Evergreen Git git at git.evergreen-ils.org
Mon Nov 28 21:29:46 EST 2011


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_0 has been updated
       via  137556ce7b175b13759ca30b629de0d906aaa5f8 (commit)
      from  01d657732f2f178fe793fb0927ab570d4e6e9ce8 (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 137556ce7b175b13759ca30b629de0d906aaa5f8
Author: Dan Scott <dscott at laurentian.ca>
Date:   Mon Nov 28 21:27:07 2011 -0500

    Revert Lucid prereq for PostgreSQL 9.0 client
    
    rel_2_0 only requires PostgreSQL 8.4; commit
    f87437cb1e209eba04c4719adbdf2ddc21b36f04 pushed the prereq to 9.0 but as
    that requires adding backport repos many sites will break when trying to
    just upgrade from 2.0.9 -> 2.0.10. So, revert that.
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>

diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install
index b653faa..c6f9690 100644
--- a/Open-ILS/src/extras/Makefile.install
+++ b/Open-ILS/src/extras/Makefile.install
@@ -305,7 +305,7 @@ generic_debian:  install_debs install debian_sys_config install_cpan_force
 ubuntu-hardy: hardy generic_ubuntu
 ubuntu-lucid: lucid generic_ubuntu
 hardy: install_pgsql_client_debs_82 install_yaz install_cpan_marc install_extra_encode
-lucid: install_pgsql_client_debs_90 install_extra_debs install_cpan_marc_record install_yaz install_cpan_lucid
+lucid: install_pgsql_client_debs_84 install_extra_debs install_cpan_marc_record install_yaz install_cpan_lucid
 generic_ubuntu: install_debs install debian_sys_config install_cpan_more install_cpan_safe install_cpan_force
 
 # - COMMON TARGETS ---------------------------------------------------------

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list