Bug 17520

Summary: Add serialsUpdate.pl to the list of regular cron jobs
Product: Koha Reporter: Marcel de Rooy <m.de.rooy>
Component: SerialsAssignee: Marcel de Rooy <m.de.rooy>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: colin.campbell, katrin.fischer, kyle
Version: master   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 17520: Can we add serialsUpdate.pl to the list of regular cron jobs?
[SIGNED-OFF] Bug 17520: Can we add serialsUpdate.pl to the list of regular cron jobs?
Bug 17520: add serialsUpdate.pl to the list of regular cron jobs
Bug 17520: Do not overlap with advance_notices.pl

Description Marcel de Rooy 2016-10-31 13:31:05 UTC
This cron job was introduced by bug 3020.
Was improved in several reports, like bug 9739.
Comment 1 Marcel de Rooy 2016-10-31 13:53:17 UTC
Created attachment 56997 [details] [review]
Bug 17520: Can we add serialsUpdate.pl to the list of regular cron jobs?

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.)
Comment 2 Josef Moravec 2016-12-14 22:49:25 UTC
Created attachment 58194 [details] [review]
[SIGNED-OFF] Bug 17520: Can we add serialsUpdate.pl to the list of regular cron jobs?

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.)

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Comment 3 Jonathan Druart 2016-12-27 15:58:22 UTC
Created attachment 58442 [details] [review]
Bug 17520: add serialsUpdate.pl to the list of regular cron jobs

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.)

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Comment 4 Jonathan Druart 2016-12-27 15:58:25 UTC
Created attachment 58443 [details] [review]
Bug 17520: Do not overlap with advance_notices.pl

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Comment 5 Kyle M Hall 2016-12-28 13:33:48 UTC
Pushed to master for 17.05, thanks Marcel, Jonathan!
Comment 6 Katrin Fischer 2017-01-04 07:12:51 UTC
It appears to me that with this patch the job would be automatically be activated for package installations? I think this makes it more suitable for a feature release. Please let me know, if you disagree.