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

Evergreen Git git at git.evergreen-ils.org
Mon Nov 10 21:36:12 EST 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  ff79901e9c5d93727eae4deab5c8615f727721a7 (commit)
      from  600b50819530a66b8e5260e579efc64634708017 (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 ff79901e9c5d93727eae4deab5c8615f727721a7
Author: Josh Stompro <stomproj at larl.org>
Date:   Mon Nov 10 09:29:38 2014 -0600

    LP#1133158 - Fix typos in action_trigger_runner.pl
    
    Added equals sign to --hooks and added --process-hooks to command so
    --hooks=x is actually used.
    
    Signed-off-by: Josh Stompro <stomproj at larl.org>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/src/support-scripts/action_trigger_runner.pl.in b/Open-ILS/src/support-scripts/action_trigger_runner.pl.in
index 0527e2f..9df711a 100755
--- a/Open-ILS/src/support-scripts/action_trigger_runner.pl.in
+++ b/Open-ILS/src/support-scripts/action_trigger_runner.pl.in
@@ -135,7 +135,7 @@ $0 : Create and process action/trigger events
         perl $0 --osrf-config @sysconfdir@/opensrf_core.xml --run-pending
 
         # To batch create all "checkout.due" events
-        perl $0 --osrf-config @sysconfdir@/opensrf_core.xml --hooks checkout.due
+        perl $0 --osrf-config @sysconfdir@/opensrf_core.xml --hooks=checkout.due --process-hooks
 
 HELP
 }

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

Summary of changes:
 .../support-scripts/action_trigger_runner.pl.in    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list