[open-ils-commits] [GIT] Evergreen ILS branch master updated. 215bb67ed15215ab8662e58b60bb29d2f7324d8c

Evergreen Git git at git.evergreen-ils.org
Wed Feb 22 10:26:20 EST 2017


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  215bb67ed15215ab8662e58b60bb29d2f7324d8c (commit)
       via  45ac590573ab85fe382ecf5ea8911950dbe49a7c (commit)
       via  ccd5b32b1a97ade7da90e35f9481e2ee5aa76383 (commit)
      from  64299c61a460e961bddabfaa56704fa92ad2aee0 (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 215bb67ed15215ab8662e58b60bb29d2f7324d8c
Author: Galen Charlton <gmc at equinoxinitiative.org>
Date:   Wed Feb 22 10:09:54 2017 -0500

    LP#1666933: note that the minimum supported Pg version is 9.3
    
    Before final release of 2.12.0, we should update the installation
    instructions to note that apt.postgresql.org is available
    for Debian-based distros that don't package 9.3 directly.
    
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/docs/installation/server_installation.txt b/docs/installation/server_installation.txt
index 8a3f0dd..bf39320 100644
--- a/docs/installation/server_installation.txt
+++ b/docs/installation/server_installation.txt
@@ -54,8 +54,7 @@ autoreconf -i
 Installing prerequisites
 ------------------------
 
-  * **PostgreSQL**: Version 9.3 is recommended. The minimum supported version
-    is 9.1.
+  * **PostgreSQL**: The minimum supported version is 9.3.
   * **Linux**: Evergreen 2.8 has been tested on Debian Jessie (8.0), 
     Debian Wheezy (7.0), Ubuntu Xenial Xerus (16.04), 
     Ubuntu Trusty Tahr (14.04), and Fedora. 
diff --git a/docs/installation/server_upgrade.txt b/docs/installation/server_upgrade.txt
index 7a1e794..61dad8a 100644
--- a/docs/installation/server_upgrade.txt
+++ b/docs/installation/server_upgrade.txt
@@ -6,8 +6,7 @@ All of the steps in this chapter are to be completed from the command line.
 Software Prerequisites
 ~~~~~~~~~~~~~~~~~~~~~~
 
- * **PostgreSQL**: Version 9.3 is recommended. The minimum supported version
-    is 9.1.
+ * **PostgreSQL**: The minimum supported version is 9.3.
   * **Linux**: Evergreen 2.10.1 has been tested on Debian Jessie (8.0),
     Debian Wheezy (7.0), Ubuntu Xenial Xerus (16.04), Ubuntu Trusty Tahr (14.04),
     and Fedora.

commit 45ac590573ab85fe382ecf5ea8911950dbe49a7c
Author: Galen Charlton <gmc at equinoxinitiative.org>
Date:   Wed Feb 22 10:07:38 2017 -0500

    LP#1666933: note that OpenSRF 2.5.0 is now the minimum required
    
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/docs/installation/server_installation.txt b/docs/installation/server_installation.txt
index 5ec571c..8a3f0dd 100644
--- a/docs/installation/server_installation.txt
+++ b/docs/installation/server_installation.txt
@@ -62,13 +62,13 @@ Installing prerequisites
     If you are running an older version of these distributions, you may want 
     to upgrade before upgrading Evergreen. For instructions on upgrading these
     distributions, visit the Debian, Ubuntu or Fedora websites.
-  * **OpenSRF**: The minimum supported version of OpenSRF is 2.4.0.
+  * **OpenSRF**: The minimum supported version of OpenSRF is 2.5.0.
 
 
 Evergreen has a number of prerequisite packages that must be installed
 before you can successfully configure, compile, and install Evergreen.
 
-1. Begin by installing the most recent version of OpenSRF (2.4.0 or later).
+1. Begin by installing the most recent version of OpenSRF (2.5.0 or later).
    You can download OpenSRF releases from http://evergreen-ils.org/opensrf-downloads/
 2. On some distributions, it is necessary to install PostgreSQL 9.1+ from external
    repositories.
diff --git a/docs/installation/server_upgrade.txt b/docs/installation/server_upgrade.txt
index 773c250..7a1e794 100644
--- a/docs/installation/server_upgrade.txt
+++ b/docs/installation/server_upgrade.txt
@@ -14,7 +14,7 @@ Software Prerequisites
     If you are running an older version of these distributions, you may want
     to upgrade before upgrading Evergreen. For instructions on upgrading these
     distributions, visit the Debian, Ubuntu or Fedora websites.
-  * **OpenSRF**: The minimum supported version of OpenSRF is 2.4.0.
+  * **OpenSRF**: The minimum supported version of OpenSRF is 2.5.0.
 
 
 In the following instructions, you are asked to perform certain steps as either the *root* or *opensrf* user.

commit ccd5b32b1a97ade7da90e35f9481e2ee5aa76383
Author: Galen Charlton <gmc at equinoxinitiative.org>
Date:   Wed Feb 22 09:56:41 2017 -0500

    LP#1666933: fix to point schema update scripts
    
    - remove a duplicate call to metabib.remap_metarecord_for_bib()
    - ensure that the 'ebook_api' config.settings_group row is added
      before adding YAOUS types that depend on it
    
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/Open-ILS/src/sql/Pg/upgrade/1017.schema.update_fingerprinting.sql b/Open-ILS/src/sql/Pg/upgrade/1017.schema.update_fingerprinting.sql
index ad4fc47..aa36a3a 100644
--- a/Open-ILS/src/sql/Pg/upgrade/1017.schema.update_fingerprinting.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/1017.schema.update_fingerprinting.sql
@@ -76,10 +76,6 @@ ALTER TABLE biblio.record_entry DISABLE TRIGGER USER;
 UPDATE biblio.record_entry SET fingerprint = biblio.extract_fingerprint(marc) WHERE NOT deleted;
 ALTER TABLE biblio.record_entry ENABLE TRIGGER USER;
 
-SELECT metabib.remap_metarecord_for_bib(id, fingerprint)
-FROM biblio.record_entry
-WHERE NOT deleted;
-
 \qecho Remapping metarecords
 SELECT metabib.remap_metarecord_for_bib(id, fingerprint)
 FROM biblio.record_entry
diff --git a/Open-ILS/src/sql/Pg/upgrade/1027.data.org-setting.ebook-api-oneclickdigital.sql b/Open-ILS/src/sql/Pg/upgrade/1027.data.org-setting.ebook-api-oneclickdigital.sql
index ebe9b26..92a1df8 100644
--- a/Open-ILS/src/sql/Pg/upgrade/1027.data.org-setting.ebook-api-oneclickdigital.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/1027.data.org-setting.ebook-api-oneclickdigital.sql
@@ -2,6 +2,9 @@ BEGIN;
 
 SELECT evergreen.upgrade_deps_block_check('1027', :eg_version);
 
+INSERT INTO config.settings_group (name, label)
+    VALUES ('ebook_api', 'Ebook API Integration');
+
 INSERT INTO config.org_unit_setting_type
     (name, label, description, grp, datatype) 
 VALUES (
diff --git a/Open-ILS/src/sql/Pg/upgrade/1028.data.org-setting.ebook-api-overdrive.sql b/Open-ILS/src/sql/Pg/upgrade/1028.data.org-setting.ebook-api-overdrive.sql
index 17778b2..2878bc2 100644
--- a/Open-ILS/src/sql/Pg/upgrade/1028.data.org-setting.ebook-api-overdrive.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/1028.data.org-setting.ebook-api-overdrive.sql
@@ -2,9 +2,6 @@ BEGIN;
 
 SELECT evergreen.upgrade_deps_block_check('1028', :eg_version);
 
-INSERT INTO config.settings_group (name, label)
-    VALUES ('ebook_api', 'Ebook API Integration');
-
 INSERT INTO config.org_unit_setting_type
     (name, label, description, grp, datatype) 
 VALUES (

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

Summary of changes:
 .../upgrade/1017.schema.update_fingerprinting.sql  |    4 ----
 ....data.org-setting.ebook-api-oneclickdigital.sql |    3 +++
 .../1028.data.org-setting.ebook-api-overdrive.sql  |    3 ---
 docs/installation/server_installation.txt          |    7 +++----
 docs/installation/server_upgrade.txt               |    5 ++---
 5 files changed, 8 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list