[koha-commits] main Koha release repository branch master updated. v16.05.00-773-g7ac1bc3

Git repo owner gitmaster at git.koha-community.org
Fri Sep 9 15:52:32 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  7ac1bc35372990520a7c67870b2c702c41bbebcc (commit)
       via  954ed8053490ed735429b0ca5efd9b6c00d832d5 (commit)
      from  748ad2355ea3dd4e404ec664b0d50b544db179e6 (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 7ac1bc35372990520a7c67870b2c702c41bbebcc
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Jun 27 15:56:58 2016 +0000

    Bug 16685 [QA Followup] - Use Path::Tiny::slurp instead of File::Slurp
    
    Path::Tiny::slurp is considered better to use than File::Slurp.
    
    RM Note: The package version in wheezy is too old, the package version
             in jessie is just fine and should be added to the community
             repo if wheezy will be supported for the coming release.
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 954ed8053490ed735429b0ca5efd9b6c00d832d5
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Jun 7 14:07:19 2016 +0000

    Bug 16685 - Use eval instead of do for .perl atomicupdates
    
    If we use eval instead of do for our .perl atomic update files, it will
    allow developers to put in the exact code that should go into
    updatedatabase.pl. The problem with do is that none of the variables
    defined in updatadatabase.pl are available, whereas with eval they are.
    
    Test Plan:
    1) Apply this patch
    2) Create a .perl file in atomicupdates with the following in it:
    say "DBversion: $DBversion";
    3) Run updatadatabase.pl
    4) Note the output
    5) Add a syntax error to your atomic update
    6) Run updatedatabase.pl
    7) Note the error is displayed
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    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:
 C4/Installer/PerlDependencies.pm       |    5 +++++
 installer/data/mysql/updatedatabase.pl |    7 ++++++-
 2 files changed, 11 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list