[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch master updated. 7c1aea0e7d88162b504f0371b2b4e51d00a63028

Evergreen Git git at git.evergreen-ils.org
Tue Sep 9 15:35:56 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, master has been updated
       via  7c1aea0e7d88162b504f0371b2b4e51d00a63028 (commit)
       via  bfc7eed20626889e8aadce024f93931a712cb722 (commit)
      from  d86f4706131fa8b6a313535b7d1939ad155f71f7 (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 7c1aea0e7d88162b504f0371b2b4e51d00a63028
Author: Josh Stompro <github at stompro.org>
Date:   Tue Sep 9 15:32:55 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 bfc7eed20626889e8aadce024f93931a712cb722
Author: Josh Stompro <github at stompro.org>
Date:   Tue Sep 9 15:30:28 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 ef59df9..138b1b6 100644
--- a/docs/installation/server_installation.txt
+++ b/docs/installation/server_installation.txt
@@ -519,12 +519,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