[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.05-60-g67dd965

Git repo owner gitmaster at git.koha-community.org
Thu Apr 21 09:34:54 CEST 2016


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.22.x has been updated
       via  67dd96545bf8fdabdc98428438cbd92a5ae33c9f (commit)
      from  47ebb4ffb1869b52f1c011e3a6b236b85b0e51ab (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 67dd96545bf8fdabdc98428438cbd92a5ae33c9f
Author: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
Date:   Fri Apr 1 15:30:26 2016 -0300

    Bug 15113: koha-rebuild-zebra should check USE_INDEXER_DAEMON and skip if enabled
    
    This patch changes the behaviour of the koha-rebuild-zebra script in the following way:
    
    USE_INDEXER_DAEMON=no
    - Keeps the current behaviour
    
    USE_INDEXER_DAEMON=yes
    - It skips incremental indexing to avoid races.
    
    Caveats:
    - A --force option is introduced for useing in a specific situtation that might need it
     (i.e. the administrator knows what he's doing).
    - If --full is passed, the reindexing is not skipped.
    
    The documentation files and messages are adjusted accordingly.
    
    This patch should help users that want to use the indexing daemon, in which case they wouldn't need
    to change their default 5 min cronjob (it will be just skipped). Ultimately, koha-common could have
    USE_INDEXER_DAEMON = yes by default, but that's subject for another bug report.
    
    To test:
    - Play with the different option switches and USE_INDEXER_DAEMON
    - Things work as expected
    - Sign off
    
    Regards
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Works as expected
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Your Full Name <your_email>
    (cherry picked from commit 997ad166c6ea53d47e3e15e7720d63da9f3b0a80)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 debian/docs/koha-rebuild-zebra.xml |   12 +++++++++---
 debian/scripts/koha-rebuild-zebra  |   34 +++++++++++++++++++++++++---------
 2 files changed, 34 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list