[open-ils-commits] [GIT] Evergreen ILS branch master updated. 968e6f8b6057fd619f65dda3dd680effb9c2eaac

Evergreen Git git at git.evergreen-ils.org
Mon Nov 26 10:19:03 EST 2012


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  968e6f8b6057fd619f65dda3dd680effb9c2eaac (commit)
      from  25429d51619641bb12d68e1cd8f4116469aa0e37 (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 968e6f8b6057fd619f65dda3dd680effb9c2eaac
Author: Robert Soulliere <robert.soulliere at mohawkcollege.ca>
Date:   Mon Nov 26 10:17:53 2012 -0500

    Documentation: Fix some typos in upgrade instructions.
    
    Signed-off-by: Robert Soulliere <robert.soulliere at mohawkcollege.ca>

diff --git a/docs/installation/server_upgrade.txt b/docs/installation/server_upgrade.txt
index 31942e8..308e2bc 100644
--- a/docs/installation/server_upgrade.txt
+++ b/docs/installation/server_upgrade.txt
@@ -86,7 +86,7 @@ make
 [source, bash]
 ------------------------------------------------------------
 cd /home/opensrf/Evergreen-ILS-2.3.1
-make STAFF_CLIENT_STAMP_ID=rel_2_3.1 install
+make STAFF_CLIENT_STAMP_ID=rel_2_3_1 install
 ------------------------------------------------------------
 +
 . As the root user, change all files to be owned by the opensrf user and group:
@@ -102,7 +102,7 @@ chown -R opensrf:opensrf /openils
 -----------------------------------------------------------
 cd /openils/var/web/xul/
 rm server
-ln -s rel_2_3_1/server
+ln -sf rel_2_3_1/server server
 ----------------------------------------------------------
 +
 . As the opensrf user, update opensrf_core.xml and opensrf.xml by copying the

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list