[koha-commits] main Koha release repository branch master updated. v3.14.00-893-g25c9329

Git repo owner gitmaster at git.koha-community.org
Wed Apr 23 14:08:40 CEST 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  25c932967f9def41b689b07f4536f398b612944b (commit)
      from  a9f794a9c89465bdbf1b54ecd1c683c7825c8ae3 (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 25c932967f9def41b689b07f4536f398b612944b
Author: Magnus Enger <magnus at enger.priv.no>
Date:   Mon Oct 14 21:10:31 2013 +0200

    Bug 10782 - Add a koha-mysqlcheck script
    
    This patch adds the koha-mysqlcheck script, as a "frontend" for
    the mysqlcheck command. It can be used to check the integrity of
    database tables, as well as to repair them. See "man mysqlcheck"
    for more information.
    
    The script takes a Koha instance name as its only required
    parameter. Any other parameters provided before the instance
    name are passed directly to mysqlcheck, which means that all
    the functionality of mysqlcheck is available through this script.
    
    To test the script:
    - Apply the patch, build your own packages and install them, or
    - copy koha-mysqlcheck to a server already running off packages
    
    - Run some variations of the command, with and without arguments,
      and check that the output makes sense. E.g.:
        sudo koha-mysqlcheck myinstance
        sudo koha-mysqlcheck -e myinstance # Extended checks
        sudo koha-mysqlcheck -e -v myinstance # Extended checks and verbose
    - See "man mysqlcheck" for other relevant options
    
    To test the man page:
    - Run these commands and look at the formatted man page:
        $ xsltproc /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl \
          debian/docs/koha-mysqlcheck.xml
        $ man -l koha-mysqlcheck.8
    - Make sure this test passes:
        $ prove -v xt/verify-debian-docbook.t
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 debian/docs/koha-mysqlcheck.xml                |   44 ++++++++++++++++++++++++
 debian/scripts/{koha-mysql => koha-mysqlcheck} |   38 ++++++++++++--------
 2 files changed, 67 insertions(+), 15 deletions(-)
 create mode 100644 debian/docs/koha-mysqlcheck.xml
 copy debian/scripts/{koha-mysql => koha-mysqlcheck} (52%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list