[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_7 updated. 6d68a5bccf4a27ce74e626705f7b3c6067e3998b

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, rel_2_7 has been updated
       via  6d68a5bccf4a27ce74e626705f7b3c6067e3998b (commit)
      from  bbed3b24e73f27458dddecea077569115bec823a (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 6d68a5bccf4a27ce74e626705f7b3c6067e3998b
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