[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-736-g114ad00

Git repo owner gitmaster at git.koha-community.org
Wed Jun 26 17:48:58 CEST 2013


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  114ad0015b209404b30289397646cb2f21d4aa54 (commit)
       via  c31e553a72d40bf0b1c099284ecbb4b95833e186 (commit)
      from  061eb659267925388d1902987efaf275e536f953 (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 114ad0015b209404b30289397646cb2f21d4aa54
Author: Magnus Enger <magnus at enger.priv.no>
Date:   Tue Jun 25 08:39:23 2013 +0200

    Bug 10379 - Followup: add koha-rebuild-zebra -q to the man page
    
    The first patch on this bug forgot to add the new -q option to
    koha-rebuild-zebra to the man page for that command. This patch
    fixes it.
    
    To test, run something like these commands:
    
    $ xsltproc /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl \
      debian/docs/koha-rebuild-zebra.xml
    $ man -l koha-rebuild-zebra.8
    This should display the man page. (Remember to remove koha-rebuild-zebra.8
    when you are done :-)
    
    $ prove xt/verify-debian-docbook.t
    All tests should pass.
    
    Signed-off-by: Robin Sheat <robin at catalyst.net.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit c31e553a72d40bf0b1c099284ecbb4b95833e186
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Thu May 30 16:12:13 2013 +1200

    Bug 10379: silence zebra rebuild cron when no instances are enabled
    
    This adds a -q option to koha-rebuild-zebra that prevents it outputting
    help if no instances are provided on the command line. This means that
    if you've just installed the package, you won't get messages from cron
    telling you how to use the script.
    
    Test plan:
    * install koha-common 3.12 or master onto a system with no enabled
      instances.
    * note that you or the sysadmin will start getting emails every 5
      minutes.
    * replace /etc/cron.d/koha-common and /usr/sbin/koha-rebuild-zebra with
      the versions from this patch.
    * note that the emails stop flowing.
    
    Signed-off-by: Magnus Enger <magnus at enger.priv.no>
    "sudo koha-rebuild-zebra -q" gives no output, as expected.
    Followed the test plan, all looks good.
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 debian/docs/koha-rebuild-zebra.xml |    8 +++++++-
 debian/koha-common.cron.d          |    2 +-
 debian/scripts/koha-rebuild-zebra  |   16 +++++++++++++++-
 3 files changed, 23 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list