Bugzilla – Attachment 56997 Details for
Bug 17520
Add serialsUpdate.pl to the list of regular cron jobs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17520: Can we add serialsUpdate.pl to the list of regular cron jobs?
Bug-17520-Can-we-add-serialsUpdatepl-to-the-list-o.patch (text/plain), 1.99 KB, created by
Marcel de Rooy
on 2016-10-31 13:53:17 UTC
(
hide
)
Description:
Bug 17520: Can we add serialsUpdate.pl to the list of regular cron jobs?
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2016-10-31 13:53:17 UTC
Size:
1.99 KB
patch
obsolete
>From 555d1969a37555f0d0a7a138988d3f49ee54d3c2 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Mon, 31 Oct 2016 14:44:51 +0100 >Subject: [PATCH] Bug 17520: Can we add serialsUpdate.pl to the list of > regular cron jobs? >Content-Type: text/plain; charset=utf-8 > >This patch adds the job to debian package file and the examples file >in misc. > >Test plan: >Add these lines to your cron file. >Check the results. (If an issue you expect passes the grace period defined >in the subscription, its status should go from Expected to Late.) >--- > debian/koha-common.cron.daily | 1 + > misc/cronjobs/crontab.example | 3 +++ > 2 files changed, 4 insertions(+) > >diff --git a/debian/koha-common.cron.daily b/debian/koha-common.cron.daily >index b33036b..92bfa58 100644 >--- a/debian/koha-common.cron.daily >+++ b/debian/koha-common.cron.daily >@@ -19,6 +19,7 @@ koha-foreach --enabled /usr/share/koha/bin/cronjobs/automatic_renewals.pl > koha-foreach --enabled /usr/share/koha/bin/cronjobs/fines.pl > koha-foreach --enabled --email /usr/share/koha/bin/cronjobs/overdue_notices.pl -t > koha-foreach --enabled --email /usr/share/koha/bin/cronjobs/advance_notices.pl -c >+koha-foreach --enabled /usr/share/koha/bin/cronjobs/serialsUpdate.pl -c > koha-foreach --enabled /usr/share/koha/bin/cronjobs/membership_expiry.pl -c > koha-foreach --enabled /usr/share/koha/bin/cronjobs/holds/cancel_expired_holds.pl >/dev/null 2>&1 > koha-foreach --enabled /usr/share/koha/bin/cronjobs/services_throttle.pl > /dev/null 2>&1 >diff --git a/misc/cronjobs/crontab.example b/misc/cronjobs/crontab.example >index 1765f7e..17f7ef9 100644 >--- a/misc/cronjobs/crontab.example >+++ b/misc/cronjobs/crontab.example >@@ -53,6 +53,9 @@ KOHA_CRON_PATH = /usr/share/koha/bin/cronjobs > # ADVANCE NOTICES > 10 1 * * * __KOHA_USER__ $KOHA_CRON_PATH/advance_notices.pl -c > >+# SERIALS UPDATE >+13 1 * * * __KOHA_USER__ $KOHA_CRON_PATH/serialsUpdate.pl -c >+ > # MEMBERSHIP_EXPIRY NOTICES > > 15 1 * * * __KOHA_USER__ $KOHA_CRON_PATH/membership_expiry.pl -c >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 17520
:
56997
|
58194
|
58442
|
58443