[open-ils-commits] [GIT] Evergreen ILS branch master updated. 0e5e654c31c3cd781c860add3b670eae7ab194cc
Evergreen Git
git at git.evergreen-ils.org
Mon Apr 30 10:18:00 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, master has been updated
via 0e5e654c31c3cd781c860add3b670eae7ab194cc (commit)
from b9a637829cf5c4690e6a5ab7cc149d4d11e72897 (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 0e5e654c31c3cd781c860add3b670eae7ab194cc
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