[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.11-83-g7258095

Git repo owner gitmaster at git.koha-community.org
Fri May 24 18:05:12 CEST 2019


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, 18.05.x has been updated
       via  7258095decfd92f9a76850137d5915794d92fb05 (commit)
      from  713784ff0b775dff5966b48c274490ce227e102a (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 7258095decfd92f9a76850137d5915794d92fb05
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Mon May 28 16:45:29 2018 +0000

    Bug 20692: Extreme toggle checking for plack
    
    TEST PLAN
    ---------
    sudo koha-plack --disable
    sudo koha-plack --disable
    sudo koha-plack --enable
    
    sudo koha-plack --disable
    echo $?
    sudo koha-plack --disable
    echo $?
    sudo koha-list --noplack
    echo $?
    sudo koha-plack --enable
    echo $?
    sudo koha-plack --enable
    echo $?
    sudo koha-list --plack
    echo $?
    
    git bz apply 20692
    sudo perl ~/misc4dev/cp_debian_files.pl
    then repeat the test.
    
    It should also be noted, because the enable
    and disable are now split, if for some reason
    they become out of sync, an enable or disable
    should correct them.
    
    Because these are bash scripts, the test tool
    (/home/vagrant/qa-test-tools/koha-qa.pl)
    does not apply.
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit de20398db303a1ee45b62f9aa51f124597ed0cd8)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 84adcb4017e7be038e5e32c37a6b40e4ab9f59c7)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 debian/scripts/koha-functions.sh |   54 ++++++++++++++++++++++--
 debian/scripts/koha-plack        |   84 ++++++++++++++++++++++++++++++++++----
 2 files changed, 126 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list