[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_7 updated. 959be2602438832f6ba9cfd9ca8042c170744c39

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_7 has been updated
       via  959be2602438832f6ba9cfd9ca8042c170744c39 (commit)
       via  80300c54b26b3b49bb8b3143260465500cf799a2 (commit)
      from  a933ce6baeb64560d087b25d16d5764ea24bc616 (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 959be2602438832f6ba9cfd9ca8042c170744c39
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 80300c54b26b3b49bb8b3143260465500cf799a2
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