[koha-commits] main Koha release repository branch master updated. v3.22.00-331-g1d99fa0

Git repo owner gitmaster at git.koha-community.org
Wed Jan 27 03:26:30 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, master has been updated
       via  1d99fa026bb05225df93e56740456ba185a5937d (commit)
      from  eacbfb2069b155af80ef88473c46bfc130c6c070 (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 1d99fa026bb05225df93e56740456ba185a5937d
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Jan 14 12:29:45 2016 +0100

     Bug 9754: koha-remove optionally includes var/lib and var/spool
    
    Currently, the files in the folder /var/lib/koha/[instance] and also
    in /var/spool/koha/[instance] are not removed.
    This patch adds the option -p|--purge-all to include those two
    directories when removing files.
    
    Note: There was a small bug in the for loop. On the -k line the extra
    shift statement is one too much.
    
    NOTE: Verify that you use the adjusted koha-remove in the test plan
    and not accidentally an older version of this script.
    
    Test plan:
    [1] Create an instance test.
    [2] Run koha-remove and verify that /var/lib/koha/test still exists.
    [3] Create an instance test2.
    [4] Run koha-remove -k -p and verify that the sql database still exists
        but the two instance folders in var/lib/koha and var/spool/koha are
        gone.
    
    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>

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

Summary of changes:
 debian/scripts/koha-remove |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list