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

Git repo owner gitmaster at git.koha-community.org
Tue Nov 8 11:07:21 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  9807a707c4a8dcd072f9621abe0108d9992000a9 (commit)
      from  57b0317fa247415a02dc05835cf30b615d010349 (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 9807a707c4a8dcd072f9621abe0108d9992000a9
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Oct 20 11:58:32 2016 -0300

    Bug 4880: Make koha-remove stop all instance's services
    
    This patch makes koha-remove stop all instance's services before
    attempting to remove the system user,
    
    Before this patch, only zebra was stopped.
    
    To test:
    - Run:
      $ sudo koha-create --created-db favourite_name
    - Run:
      $ sudo koha-remove favourite_name
    => FAIL: koha-indexer is still running for user favourite_name-koha
    - Run:
      $ sudo koha-create --created-db another_name
      $ sudo koha-plack --enable another_name
      $ sudo koha-plack --start another_name
      $ sudo koha-indexer --stop another_name
      $ sudo koha-remove another_name
    => FAIL: koha-plack is still running for user another_name-koha
    - Apply the patch
    - Repeat the previous tests, with new names
    => SUCCESS: Everything works as expected :-D
    - Sign off :-D
    
    Signed-off-by: Lucio Moraes <lmoraes at catalyst.net.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 607dac69a95e7bcb454661bfde71a45ee20d0155)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 275253e52a67c482665adb11e40d3a54554979cb)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 debian/scripts/koha-remove |   16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list