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

Git repo owner gitmaster at git.koha-community.org
Wed Dec 3 20:49:44 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
  discards  c2e08a9b54d32287b3ef138738cdbece49126210 (commit)
       via  4f7952c6042a6fc31e8ac3f4604205d4ac18ead6 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (c2e08a9b54d32287b3ef138738cdbece49126210)
            \
             N -- N -- N (4f7952c6042a6fc31e8ac3f4604205d4ac18ead6)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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 4f7952c6042a6fc31e8ac3f4604205d4ac18ead6
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)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list