[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_6 updated. 2ff34744a36ee69378800623ee5b381f9b30cbef

Evergreen Git git at git.evergreen-ils.org
Thu Nov 13 14:41:02 EST 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, rel_2_6 has been updated
       via  2ff34744a36ee69378800623ee5b381f9b30cbef (commit)
       via  56597acb79a3fa4a04c790531521a94f85cdb317 (commit)
      from  2b984f1e6529cb77224e74b0d81e5e41cb7fa7ec (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 2ff34744a36ee69378800623ee5b381f9b30cbef
Author: alzr <aleksey.lazar at gmail.com>
Date:   Mon Aug 5 16:50:09 2013 -0500

    LP#1207529: Add /openils assumption note
    
    Signed-off-by: alzr <aleksey.lazar at gmail.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/docs/installation/server_upgrade.txt b/docs/installation/server_upgrade.txt
index 5edc76d..8e497f4 100644
--- a/docs/installation/server_upgrade.txt
+++ b/docs/installation/server_upgrade.txt
@@ -85,6 +85,8 @@ PATH=/openils/bin:$PATH ./configure --prefix=/openils --sysconfdir=/openils/conf
 make
 ------------------------------------------------------------
 +
+These instructions assume that you have also installed OpenSRF under /openils/. If not, please adjust PATH as needed so that the Evergreen configure script can find osrf_config.
++
 . As the root user, install Evergreen:
 +
 [source, bash]

commit 56597acb79a3fa4a04c790531521a94f85cdb317
Author: alzr <aleksey.lazar at gmail.com>
Date:   Mon Aug 5 14:33:07 2013 -0500

    LP#1207529: Make sure $PATH includes /openils/bin when configuring
    
    https://bugs.launchpad.net/evergreen/+bug/1207529
    
    Signed-off-by: alzr <aleksey.lazar at gmail.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    
    Conflicts:
    	docs/installation/server_upgrade.txt

diff --git a/docs/installation/server_upgrade.txt b/docs/installation/server_upgrade.txt
index 3aee08d..5edc76d 100644
--- a/docs/installation/server_upgrade.txt
+++ b/docs/installation/server_upgrade.txt
@@ -81,7 +81,7 @@ make -f Open-ILS/src/extras/Makefile.install [distribution]
 [source, bash]
 ------------------------------------------------------------
 cd /home/opensrf/Evergreen-ILS-2.6.1
-./configure --prefix=/openils --sysconfdir=/openils/conf
+PATH=/openils/bin:$PATH ./configure --prefix=/openils --sysconfdir=/openils/conf
 make
 ------------------------------------------------------------
 +

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

Summary of changes:
 docs/installation/server_upgrade.txt |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list