[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-105-gb9453cf

Git repo owner gitmaster at git.koha-community.org
Wed Aug 17 15:44:42 CEST 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  b9453cf0d142100a609020c49e94339a64096652 (commit)
      from  a301d22662d790f2c38f2e06abf1a6dddb18bf82 (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 b9453cf0d142100a609020c49e94339a64096652
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Aug 3 14:34:12 2016 -0300

    Bug 17044: Fix wrong destination for 'api' directory
    
    The original Makefile.PL tweak missed to trim the directory name thus
    repeating the 'api' directory like in 'api/api'.
    
    To test:
    - Make a standard install (for example in /usr/share/koha
    => FAIL: check /usr/share/koha/api/api exists
    - Make a single install (for example in /home/tcohen/koha-single)
    => FAIL: check /home/tcohen/koha-single/api/api exists
    - Apply the patch
    - Make a standard install (for example in /usr/share/koha
    => SUCCESS: check /usr/share/koha/api exists and doesn't contain a nested 'api' dir
    - Make a single install (for example in /home/tcohen/koha-single)
    => SUCCESS: check /home/tcohen/koha-single/api exists and doesn't contain a nested 'api' dir
    - Sign off :-D
    
    Note: this affects the packages too, as the standard install is used as a basis.
    Signed-off-by: Benjamin Rokseth <benjamin.rokseth at kul.oslo.kommune.no>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    (cherry picked from commit 72d92be918eae8a9bc3c6723c155d1b0c6ba25e4)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 58fd9fbea35bcdf75c73ef10ee7c38a2fa5dc007)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 Makefile.PL |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list