[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.02-7-g67b3f01

Git repo owner gitmaster at git.koha-community.org
Wed Jan 27 15:27:53 CET 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  67b3f0196ea4129488193f27fd3e28591ff5f33d (commit)
       via  6b6213deea813bf9040dfa5232546b9a48b41e37 (commit)
      from  8022419f58b7dc861f235e568b4abd4c9b26f352 (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 67b3f0196ea4129488193f27fd3e28591ff5f33d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jan 19 08:55:49 2016 +0000

    Bug 15188: Do not remove unused auths if zebra is not reachable
    
    Other conn errors should be checked (wrong user/pwd, etc.)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>
    (cherry picked from commit a60943bc1b28696459ea5a28df9874083b9f0966)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 6b6213deea813bf9040dfa5232546b9a48b41e37
Author: Alex Arnaud <alex.arnaud at biblibre.com>
Date:   Tue Dec 29 16:46:38 2015 +0100

    Bug 15188 - Fixes remove_unused_authorities.pl will delete all authorities if zebra is not running
    
    Test plan:
    
    1) Shut down zebra: koha-zebra-ctl.sh stop
    2) Execute the script: remove_unused_authorities.pl (with -t if you don't want to really delete from your database).
    3) Check that the script would have deleted all the authorities (eg: 31449 authorities parsed, 31449 deleted and 0 unchanged because used).
    4) Apply patch
    5) Run, notice that the script dies because zebra is unavailable
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>
    (cherry picked from commit 128e7f54b17501ee43614aa8f8c50c3789921f08)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 misc/migration_tools/remove_unused_authorities.pl |    7 +++++++
 1 file changed, 7 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list