[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. 95eec328d507952dbf5647467ae0f198b28af207

Evergreen Git git at git.evergreen-ils.org
Mon Nov 7 16:42:30 EST 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  95eec328d507952dbf5647467ae0f198b28af207 (commit)
       via  648e7186d81cc9d658d6459bdff404e68c38c422 (commit)
      from  0c00116a764e656f32ec9dc4d8ff3e740cedfa4d (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 95eec328d507952dbf5647467ae0f198b28af207
Author: Dan Scott <dscott at laurentian.ca>
Date:   Mon Nov 7 16:38:32 2011 -0500

    Backup the existing opensrf config files before copying
    
    Per a suggestion from Wolf Halton <wolf.halton at gmail.com>, create backup
    versions of the opensrf configuration files when we're copying the
    Evergreen example versions over, so that we can retrieve the Jabber user
    names and passwords and domains from the backups (if necessary).
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>

diff --git a/README b/README
index f115c49..5732755 100644
--- a/README
+++ b/README
@@ -301,8 +301,8 @@ following commands as the *opensrf* Linux account:
 
 [source, bash]
 ------------------------------------------------------------------------------
-cp /openils/conf/opensrf_core.xml.example /openils/conf/opensrf_core.xml
-cp /openils/conf/opensrf.xml.example /openils/conf/opensrf.xml
+cp -b /openils/conf/opensrf_core.xml.example /openils/conf/opensrf_core.xml
+cp -b /openils/conf/opensrf.xml.example /openils/conf/opensrf.xml
 ------------------------------------------------------------------------------
 
 When you installed OpenSRF, you created four Jabber users on two
@@ -311,6 +311,12 @@ refer back to the OpenSRF README and, as the *opensrf* Linux account, edit the
 Evergreen version of the `opensrf_core.xml` file using the same Jabber users
 and domains as you used while installing and testing OpenSRF.
 
+[NOTE]
+The `-b` flag tells the `cp` command to create a backup version of the
+destination file. The backup version of the destination file has a tilde (`~`)
+appended to the file name, so if you have forgotten the Jabber users and
+domains, you can retrieve the settings from the backup version of the files.
+
 `eg_db_config.pl`, described in the following section, sets the database
 connection information in `opensrf.xml` for you.
 

commit 648e7186d81cc9d658d6459bdff404e68c38c422
Author: Dan Scott <dscott at laurentian.ca>
Date:   Mon Nov 7 16:28:04 2011 -0500

    Add tarball download / untar instructions to README
    
    Per suggestions from Yamil Suarez <ysuarez at berklee.edu> and Martha
    Driscoll <driscoll at noblenet.org> and Wolf Halton
    <wolf.halton at gmail.com>, restore the version-specific wget / untar
    instructions to the README.
    
    Aside: Need to remember to update these links in the repo before tagging
    a release.
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>

diff --git a/README b/README
index 1ec452c..f115c49 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-README for Evergreen 2.1
-========================
+README for Evergreen 2.1.0a
+===========================
 
 Preamble: referenced user accounts
 ----------------------------------
@@ -30,6 +30,18 @@ follows:
        Evergreen that you will use to test connectivity and configure your
        Evergreen instance.
 
+Preamble: Getting an Evergreen official release tarball
+-------------------------------------------------------
+
+To download and extract the source for the current release of Evergreen, issue
+the following commands as the *user* Linux account:
+
+[source, bash]
+------------------------------------------------------------------------------
+wget -c http://evergreen-ils.org/downloads/Evergreen-ILS-2.1.0a.tar.gz
+tar xzf Evergreen-ILS-2.1.0a.tar.gz
+------------------------------------------------------------------------------
+
 Preamble: Developer instructions
 --------------------------------
 
@@ -160,7 +172,7 @@ Installation instructions:
 +
 [source, bash]
 ------------------------------------------------------------------------------
-make STAFF_CLIENT_STAMP_ID=rel_2_1_x install
+make STAFF_CLIENT_STAMP_ID=rel_2_1_0 install
 ------------------------------------------------------------------------------
 +
 2. The server portion of the staff client expects `http://hostname/xul/server`

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

Summary of changes:
 README |   28 +++++++++++++++++++++++-----
 1 files changed, 23 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list