[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_6 updated. 1f9ac604002e6a6f3fac4556850c73dd6611030a

Evergreen Git git at git.evergreen-ils.org
Tue Sep 9 15:45:46 EDT 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  1f9ac604002e6a6f3fac4556850c73dd6611030a (commit)
       via  c004683401b5a54709a5b613f436195467948f31 (commit)
      from  5a21c176bf2bc1977cd1d453b0ead226f558c771 (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 1f9ac604002e6a6f3fac4556850c73dd6611030a
Author: Josh Stompro <github at stompro.org>
Date:   Tue Sep 9 15:44:50 2014 -0400

    Docs: Fixed small typo in docs/reports/reporter_daemon.txt
    
    Signed-off-by: Josh Stompro <github at stompro.org>
    Signed-off-by: Yamil Suarez <yamil at yamil.com>

diff --git a/docs/reports/reporter_daemon.txt b/docs/reports/reporter_daemon.txt
index d7d0af8..c3f4d8f 100644
--- a/docs/reports/reporter_daemon.txt
+++ b/docs/reports/reporter_daemon.txt
@@ -41,7 +41,7 @@ the reporter daemon can be started.
 
 Remember that if the server is restarted, the reporter daemon will need to be 
 restarted before you can view reports unless you have configured your server to 
-start the daemonautomatically at start up time. 
+start the daemon automatically at start up time. 
 ==============
 
 Stopping the Reporter Daemon

commit c004683401b5a54709a5b613f436195467948f31
Author: Josh Stompro <github at stompro.org>
Date:   Tue Sep 9 15:42:51 2014 -0400

    Docs: Updated usage of autogen.sh to not use param 'u'
    
    Signed-off-by: Josh Stompro <github at stompro.org>
    Signed-off-by: Yamil Suarez <yamil at yamil.com>

diff --git a/docs/admin_initial_setup/describing_your_organization.txt b/docs/admin_initial_setup/describing_your_organization.txt
index e2b89a3..7da6d88 100644
--- a/docs/admin_initial_setup/describing_your_organization.txt
+++ b/docs/admin_initial_setup/describing_your_organization.txt
@@ -84,6 +84,20 @@ The *Hours of Operation* tab is where you enter regular, weekly hours. Holiday
 and other closures are set in the *Closed Dates Editor*. Hours of operation and
 closed dates impact due dates and fine accrual.  
 
+After Changing Organization Unit Data
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+After you change Org Unit data, you must run the autogen.sh script.  
+This script updates the Evergreen organization tree and fieldmapper IDL.  
+You will get unpredictable results if you don't run this after making changes.
+
+Run this script as the *opensrf* Linux account.
+
+[source, bash]
+------------------------------------------------------------------------------
+autogen.sh
+------------------------------------------------------------------------------
+
 Set closed dates using the Closed Dates Editor 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 . Open *Admin > Local Administration > Closed Dates Editor*.
diff --git a/docs/installation/server_installation.txt b/docs/installation/server_installation.txt
index b6ffa8b..eeb439b 100644
--- a/docs/installation/server_installation.txt
+++ b/docs/installation/server_installation.txt
@@ -508,12 +508,12 @@ export PATH=$PATH:/openils/bin
 +
 3. As the *opensrf* Linux account, generate the Web files needed by the staff
    client and catalogue and update the organization unit proximity (you need to do
-   this the first time you start Evergreen, and after that each time you change
-   the library hierarchy in `config.cgi`):
+   this the first time you start Evergreen, and after that each time you change the library org unit configuration.
+):
 +
 [source, bash]
 ------------------------------------------------------------------------------
-autogen.sh -u
+autogen.sh
 ------------------------------------------------------------------------------
 +
 4. As the *root* Linux account, restart the Apache Web server:

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

Summary of changes:
 .../describing_your_organization.txt               |   14 ++++++++++++++
 docs/installation/server_installation.txt          |    6 +++---
 docs/reports/reporter_daemon.txt                   |    2 +-
 3 files changed, 18 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list