[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.03-37-g906d602

Git repo owner gitmaster at git.koha-community.org
Tue Sep 12 16:08:53 CEST 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, 17.05.x has been updated
       via  906d602c1f5150edcb933846ec28a8c03f425fe1 (commit)
       via  2c90bd3dd184a46060dc9b7ee185dc91521ec1d1 (commit)
      from  92b08a23e3b2c001d208b82b6ffee2af756ca51f (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 906d602c1f5150edcb933846ec28a8c03f425fe1
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Aug 9 12:59:20 2017 -0300

    Bug 19067: Test Makefile.PL mapping
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 19eb17c7894c4d2d53ecfc1ad4e417aa86ab9410)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 2c90bd3dd184a46060dc9b7ee185dc91521ec1d1
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Aug 9 12:27:00 2017 -0300

    Bug 19067: Map clubs/ into INTRANET_CGI_DIR in Makefile.PL
    
    This patch adds the required entry in Makefile.PL so the clubs/ dir is correctly installed
    during the make install step.
    
    To test:
    - Run:
      $ cd kohaclone
      $ perl Makefile.PL
    - Follow any install method and options
    - Run
      $ make
      $ ls blib/INTRANET_CGI_DIR/ | grep clubs
    => FAIL: No clubs dir
    - Run:
      $ make clean
    - Apply this patch
    - Run:
       $ perl Makefile.PL
    - Follow any install method and options
    - Run
      $ make
      $ ls blib/INTRANET_CGI_DIR/ | grep clubs
    => SUCCESS: The clubs/ dir is correctly picked for inclussion in the intranet cgi dir
    - Sign off :-D
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit e57b3a6c4d9bb6319f038909832281dd4a9e39e5)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 Makefile.PL                  |    1 +
 t/{Breeding.t => Makefile.t} |   30 ++++++++++++++++++++++++------
 2 files changed, 25 insertions(+), 6 deletions(-)
 copy t/{Breeding.t => Makefile.t} (54%)
 mode change 100755 => 100644


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list