[open-ils-commits] [GIT] Evergreen ILS branch master updated. 88ae6a4d0e6b21e0ad53bfc627328ce155c46793

Evergreen Git git at git.evergreen-ils.org
Mon Aug 17 22:05:55 EDT 2015


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  88ae6a4d0e6b21e0ad53bfc627328ce155c46793 (commit)
      from  fa312e5fe24d3a22b3139c914d33262a1ab25da1 (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 88ae6a4d0e6b21e0ad53bfc627328ce155c46793
Author: Josh Stompro <stomproj at larl.org>
Date:   Sun Aug 9 13:12:53 2015 -0500

    LP#1468404: Fix typo and ommissions in action_trigger_aggregator.pl help
    
     - ISO was mistyped as IDO in the help text.
     - Several arguments were missing from the help text.
    
    Signed-off-by: Josh Stompro <stomproj at larl.org>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/Open-ILS/src/support-scripts/action_trigger_aggregator.pl b/Open-ILS/src/support-scripts/action_trigger_aggregator.pl
index 4a53454..9da5f6f 100755
--- a/Open-ILS/src/support-scripts/action_trigger_aggregator.pl
+++ b/Open-ILS/src/support-scripts/action_trigger_aggregator.pl
@@ -77,6 +77,9 @@ $0 \
 
 Options
 
+    --cleanup
+        Remove the local file after script is done.
+
     --event-defs 
         action_trigger.event_definition IDs to include
 
@@ -88,7 +91,11 @@ Options
         Only collect output for events whose run_time is on or after this ISO date
 
     --end-date 
-        Only collect output for events whose run_time occurred before this IDO date
+        Only collect output for events whose run_time occurred before this ISO date
+
+    --osrf-config
+        To set the OpenSRF config to something other than the default of
+        '/openils/conf/opensrf_core.xml'
 
     --output-file [default STDOUT]
         Output goes to this file.  
@@ -101,6 +108,12 @@ Options
         Evergreen config.remote_account ID
         If set, the output-file will be sent via sFTP/SCP to this server.
 
+    --verbose
+        Show more information about what the script is doing.
+
+    --help
+        Show command usage information.
+
 HELP
     exit;
 }

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

Summary of changes:
 .../support-scripts/action_trigger_aggregator.pl   |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list