[koha-commits] main Koha release repository branch master updated. v16.11.00-55-g6b67f63

Git repo owner gitmaster at git.koha-community.org
Fri Dec 16 12:18:01 CET 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  6b67f635b14b6ce1337785f65ef1dfaa4a36258e (commit)
       via  c9e95aa22e56536654305ab32ab1b15a27e89557 (commit)
      from  6163337cd8caab98db993e4d51ac73abbdd83b86 (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 6b67f635b14b6ce1337785f65ef1dfaa4a36258e
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Dec 15 08:43:05 2016 +0100

    Bug 17666: [QA Follow-up] Mark File::Slurp as required
    
    Not optional since we are 'using' it in updatedatabase.pl.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit c9e95aa22e56536654305ab32ab1b15a27e89557
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Dec 12 21:44:59 2016 +0000

    Bug 17666: Revert "Bug 16685 [QA Followup] - Use Path::Tiny::slurp instead of File::Slurp"
    
    This reverts commit 7ac1bc35372990520a7c67870b2c702c41bbebcc.
    
    On a kohadevbox:
    Error flock (1) on
    '/home/vagrant/kohaclone/installer/data/mysql/atomicupdate/bug_xxxx.perl':
    No locks available at installer/data/mysql/updatedatabase.pl line 13637.
    
    This is because Path::Tiny->slurp[_utf8] uses flocks which does not work
    with NFS
    
    Test plan:
    Execute a .perl atomic update file on a kohadevbox
    => Without this patch you should get the flock error
    => With this patch the update should work fine
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Installer/PerlDependencies.pm       |    9 ++-------
 installer/data/mysql/updatedatabase.pl |    4 ++--
 2 files changed, 4 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list