LP#1745610 - Add release notes for hold targeter script change.
authorChris Sharp <csharp@georgialibraries.org>
Thu, 13 Sep 2018 19:26:46 +0000 (15:26 -0400)
committerBill Erickson <berickxx@gmail.com>
Fri, 14 Sep 2018 17:13:19 +0000 (13:13 -0400)
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Signed-off-by: Bill Erickson <berickxx@gmail.com>

docs/RELEASE_NOTES_NEXT/Administration/new_hold_targeter.adoc [new file with mode: 0644]

diff --git a/docs/RELEASE_NOTES_NEXT/Administration/new_hold_targeter.adoc b/docs/RELEASE_NOTES_NEXT/Administration/new_hold_targeter.adoc
new file mode 100644 (file)
index 0000000..9d3c63e
--- /dev/null
@@ -0,0 +1,22 @@
+Hold Targeter Script has been Replaced
+======================================
+
+The original hold_targeter.pl script has been renamed to
+"hold_targeter_legacy.pl", and the new-style hold targeting
+script has been renamed to "hold_targeter.pl".  Administrators
+will want to change their crontab files to reflect this.
+
+.Previous Syntax
+[source,bash]
+---------------------------------------------------------------------
+-*/15 * * * *   . ~/.bashrc && $EG_BIN_DIR/hold_targeter.pl $SRF_CORE
+---------------------------------------------------------------------
+
+.New Syntax
+[source,bash]
+-----------------------------------------------------------------------------------
+-*/15 * * * *   . ~/.bashrc && $EG_BIN_DIR/hold_targeter.pl --osrf-config $SRF_CORE
+-----------------------------------------------------------------------------------
+
+The sample crontab file at Open-ILS/examples/crontab.example reflects
+this change.