[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. 5b56f6242f641b225b011ad25c57b2f63d3749c5

Evergreen Git git at git.evergreen-ils.org
Mon Apr 30 10:18:01 EDT 2018


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_3_1 has been updated
       via  5b56f6242f641b225b011ad25c57b2f63d3749c5 (commit)
      from  b208d74e628124abf1560fd80a581520995ce6c6 (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 5b56f6242f641b225b011ad25c57b2f63d3749c5
Author: Josh Stompro <stomproj at larl.org>
Date:   Tue Jan 23 13:19:20 2018 -0600

    LP#1745001 - action_trigger_runner.pl max-sleep argument broken.
    
    Fix the --max-sleep argument so it accepts an integer number of max
    seconds to sleep waiting for a lock file to disappear.
    
    Testing:
    
    Before Fix: Add --max-sleep=60 to action_trigger_runner.pl and view the
    error message that results.
    
    After Fix: Run the same command and notice that it no longer errors out.
    
    Signed-off-by: Josh Stompro <stomproj at larl.org>
    Signed-off-by: Cesar Velez <cesar.velez at equinoxinitiative.org>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.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 1c217bc..c777cfe 100755
--- a/Open-ILS/src/support-scripts/action_trigger_runner.pl.in
+++ b/Open-ILS/src/support-scripts/action_trigger_runner.pl.in
@@ -42,7 +42,7 @@ my $opt_gran_only     = undef;
 (-f $opt_custom_filter) or undef($opt_custom_filter);   # discard default if no file exists
 
 GetOptions(
-    'max-sleep'        => \$opt_max_sleep,
+    'max-sleep=i'      => \$opt_max_sleep,
     'osrf-config=s'    => \$opt_osrf_config,
     'run-pending'      => \$opt_run_pending,
     'hooks=s'          => \$opt_hooks,

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

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