[koha-commits] main Koha release repository branch master updated. v16.05.00-428-g72d92be

Git repo owner gitmaster at git.koha-community.org
Sat Aug 6 18:33:46 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, master has been updated
       via  72d92be918eae8a9bc3c6723c155d1b0c6ba25e4 (commit)
      from  ebaa3543d6278fe31886310cda5b10c807e6ad8a (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 72d92be918eae8a9bc3c6723c155d1b0c6ba25e4
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>

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

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