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

Git repo owner gitmaster at git.koha-community.org
Tue May 28 16:54:57 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  cd150a23bbf6bccb3be08f5ccc328114340dd555 (commit)
      from  492a1a19f99c27ccbb94cab2fa4318379076bc6f (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 cd150a23bbf6bccb3be08f5ccc328114340dd555
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Dec 14 07:31:00 2012 -0500

    Bug 9286 - Add script to add a bib to the zebra queue from the command line
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Comment: No test plan, but works.
    Tested adding auth, biblios or both, then rebuilding -z
    No errors.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Test Plan
    
    1/ run misc/mod_zebraqueue.pl -a 1
    2/ In your koha db
    SELECT * FROM zebraqueue WHERE done = 0;
    Check that a row for authority record id 1 has been inserted
    3/ run misc/mod_zebraqueue.pl -b 1
    4/ In your koha db
    SELECT * FROM zebraqueue WHERE done = 0;
    Check that a row for biblio record id 1 has been inserted
    5/ run misc/mod_zebraqueue.pl
    Make sure the help is sensible
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 misc/mod_zebraqueue.pl |   84 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 84 insertions(+), 0 deletions(-)
 create mode 100755 misc/mod_zebraqueue.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list