[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. 5e79e4558b82e1e35f62710386d7312806a19a3c

Evergreen Git git at git.evergreen-ils.org
Tue Oct 11 09:45:39 EDT 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_1 has been updated
       via  5e79e4558b82e1e35f62710386d7312806a19a3c (commit)
      from  f8587193d5fc0953e9526bfa7e283910fd4f4ed2 (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 5e79e4558b82e1e35f62710386d7312806a19a3c
Author: Dan Scott <dscott at laurentian.ca>
Date:   Mon Oct 10 16:46:48 2011 -0400

    Give CentOS / RHEL a chance at installing PostgreSQL 9.0
    
    Evergreen 2.1 requires PostgreSQL 9.0, and we accordingly updated the
    package names back in the summer to point at PostgreSQL 9.0, but nobody
    running CentOS / RHEL brought to our attention that the repo target
    needed to be updated as well. This, although untested, at least gives
    CentOS / RHEL users a fighting chance of installing Evergreen master /
    2.1 on their system.
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install
index cd2b7ab..8e734ab 100644
--- a/Open-ILS/src/extras/Makefile.install
+++ b/Open-ILS/src/extras/Makefile.install
@@ -65,9 +65,9 @@ FEDORA=$(shell uname -r | grep "\.fc[0-9][0-9]\.")
 FEDORA_64=$(shell uname -r | grep "\.fc[0-9][0-9]\.x86_64")
 
 #RHEL/Centos PGSQL 
-PGSQL_HOST=http://yum.pgsqlrpms.org/reporpms/8.4
-PGSQL_CENTOS=pgdg-centos-8.4-2.noarch.rpm
-PGSQL_REDHAT=pgdg-redhat-8.4-2.noarch.rpm	
+PGSQL_HOST=http://yum.pgsqlrpms.org/reporpms/9.0
+PGSQL_CENTOS=pgdg-centos-9.0-2.noarch.rpm
+PGSQL_REDHAT=pgdg-redhat-9.0-2.noarch.rpm	
 
 # Debian dependencies
 DEBS =  \

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list