[koha-commits] main Koha release repository branch new/bug_7286 created. v3.08.00-393-g57424a9

Git repo owner gitmaster at git.koha-community.org
Fri Jul 6 15:08:52 CEST 2012


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, new/bug_7286 has been created
        at  57424a9fdc269e205d3783735cfdb02cba5e2430 (commit)

- Log -----------------------------------------------------------------
commit 57424a9fdc269e205d3783735cfdb02cba5e2430
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Mon Jul 2 13:57:31 2012 +0200

    Bug 7286: rebuild_zebra_sliced for biblios and authorities
    
    Complete rewrite of rebuild_zebra_sliced.zsh (renamed to .sh). Main
    improvements are:
      - both biblio and authority records are handled
      - records are exported only once
    
    It also add an option --skip-index to rebuild_zebra.pl that permit to
    use rebuild_zebra.pl as an 'export only' script.
    
    Description:
    Index Koha records by chunks. It is useful when some record causes
    errors and stop the indexation process. With this script, if indexation
    of one chunk fails, chunk is splitted in 2 (or 3) chunks, and
    indexation continue on these chunks.
    rebuild_zebra.pl is called only once to export records.
    Splitting and indexing is handled by this script (using yaz-marcdump and
    zebraidx).
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list