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

Git repo owner gitmaster at git.koha-community.org
Fri Jan 29 11:39:32 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  69fd29942c843b8b15df1bb75cd25451344341ba (commit)
      from  7132c9b49ca0c2abf7592d56e4b467be9107dd3f (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 69fd29942c843b8b15df1bb75cd25451344341ba
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>
    (cherry picked from commit 1d99fa026bb05225df93e56740456ba185a5937d)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.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