[open-ils-commits] [GIT] Evergreen ILS branch master updated. ea4d8b9bcaa982dc06292c8bc72c9ee76ca94f0f
Evergreen Git
git at git.evergreen-ils.org
Fri Apr 14 09:08:08 EDT 2017
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 ea4d8b9bcaa982dc06292c8bc72c9ee76ca94f0f (commit)
from 2d0c914eb9fcf3fff5cf42f942f9fe07754606d1 (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 ea4d8b9bcaa982dc06292c8bc72c9ee76ca94f0f
Author: Bill Erickson <berickxx at gmail.com>
Date: Fri Mar 24 15:05:46 2017 -0400
LP#1675899 Targeter --retarget-interval override fix
Treat the hold targeter --retarget-interval command line option as an
option containing a string value (the interval) instead of a boolean.
Signed-off-by: Bill Erickson <berickxx at gmail.com>
Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
diff --git a/Open-ILS/src/support-scripts/hold_targeter_v2.pl b/Open-ILS/src/support-scripts/hold_targeter_v2.pl
index 7f342ef..06d1c3a 100755
--- a/Open-ILS/src/support-scripts/hold_targeter_v2.pl
+++ b/Open-ILS/src/support-scripts/hold_targeter_v2.pl
@@ -34,7 +34,7 @@ GetOptions(
'verbose' => \$verbose,
'target-all' => \$target_all,
'skip-viable' => \$skip_viable,
- 'retarget-interval' => \$retarget_interval,
+ 'retarget-interval=s' => \$retarget_interval,
'parallel-init-sleep=i' => \$parallel_init_sleep,
'help' => \$help
) || die "\nSee --help for more\n";
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/support-scripts/hold_targeter_v2.pl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list