[open-ils-commits] [GIT] Evergreen ILS branch rel_2_12 updated. b851fec7f09b19454ca77bc59fb04065940f3188

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, rel_2_12 has been updated
       via  b851fec7f09b19454ca77bc59fb04065940f3188 (commit)
      from  8a4a9a4e87bd2c86a4568595f044b2ea849350d6 (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 b851fec7f09b19454ca77bc59fb04065940f3188
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