[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.00-3-gc2e08a9

Git repo owner gitmaster at git.koha-community.org
Wed Dec 3 20:45:55 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, 3.18.x has been updated
       via  c2e08a9b54d32287b3ef138738cdbece49126210 (commit)
      from  5e51a4cb4d217192c84f89fd77c54169dd713a89 (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 c2e08a9b54d32287b3ef138738cdbece49126210
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>
    (cherry picked from commit a8c975d951694a80b73cd1f66e9a9095db2f484d)

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

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