[koha-commits] main Koha release repository branch master updated. v16.11.00-246-g2c40579

Git repo owner gitmaster at git.koha-community.org
Thu Jan 19 12:28:36 CET 2017


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  2c40579077b67d4203665b7e6ecdb749235456a4 (commit)
      from  3a19e5538299f1aa3d1c03401872999a70628585 (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 2c40579077b67d4203665b7e6ecdb749235456a4
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed Dec 14 16:48:45 2016 +0100

    Bug 17777: koha-remove should deal with temporary uploads
    
    If the temporary upload folder exists, it should be discarded when
    removing an instance. If we do not, it may/will create problems when
    recreating the same instance.
    
    A function in koha-functions.sh is added to determine the temp directory
    instead of hardcoding /tmp.
    
    Test plan:
    [1] Copy koha-functions.sh to /usr/share/koha/bin
    [2] Run koha-create --create-db newinstancexx
    [3] Run mkdir /tmp/koha_newinstancexx_upload (if /tmp is your temp!)
    [4] Run debian/scripts/koha-remove newinstancexx
        Do not run the regular one, but verify that you use the updated one.
    [5] Check that /tmp/koha_newinstancexx_upload is gone.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Karen Jen <karenliang.student at wegc.school.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 debian/scripts/koha-functions.sh |   20 ++++++++++++++++++++
 debian/scripts/koha-remove       |    6 ++++++
 2 files changed, 26 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list