[koha-commits] main Koha release repository branch master updated. v3.18.00-5-ga8c975d

Git repo owner gitmaster at git.koha-community.org
Wed Dec 3 13:57:38 CET 2014


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 "main Koha release repository".

The branch, master has been updated
       via  a8c975d951694a80b73cd1f66e9a9095db2f484d (commit)
      from  865996d097bbc4cc36fdb5231bacfaed822cfd54 (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 a8c975d951694a80b73cd1f66e9a9095db2f484d
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Wed Dec 3 16:28:10 2014 +1300

    Bug 13377: mark automatic_renewals.pl as executable
    
    This script is called by a cron job, but was never marked as executable,
    so will error every time it's called, which is no good. This also adds
    an appropriate #! line to the top of the file.
    
    To test:
    * apply the patch
    * make a package
    * ensure that the installed
      /usr/share/koha/bin/cronjobs/automatic_renewals.pl
      is mode 755 and does something when run.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

-----------------------------------------------------------------------

Summary of changes:
 misc/cronjobs/automatic_renewals.pl |    2 ++
 1 file changed, 2 insertions(+)
 mode change 100644 => 100755 misc/cronjobs/automatic_renewals.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list