[koha-commits] main Koha release repository branch master updated. v16.05.00-487-g007d2fe

Git repo owner gitmaster at git.koha-community.org
Wed Aug 17 19:54:40 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  007d2feee6b2fec92f2d6518a3e84de0f6476b3d (commit)
      from  ac4a058b05fc1a1a6955d025328cca6ae369baeb (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 007d2feee6b2fec92f2d6518a3e84de0f6476b3d
Author: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
Date:   Mon Jul 25 15:08:00 2016 -0300

    Bug 16974: Make koha-plack should check and fix log files permissions
    
    This patch adds a function to the koha-plack script so it checks for log file
    existence and its permissions. This function is called from the start_plack function.
    
    If some of this conditions are not fulfilled, it solves the situation by either
    touching and/or changing the permissions accordingly for the instances' plack log files.
    
    To test:
    - Run (on kohadevbox):
      $ cd kohaclone
      $ debian/scripts/koha-plack --start kohadev
      $ debian/scripts/koha-plack --stop  kohadev
      $ ls /var/log/koha/kohadev/plack*
    - Verify ownership of the created files (they might belong to the root user)
    - Apply the patch
    - Run:
      $ chown root:root /var/log/koha/kohadev/plack*
      $ debian/scripts/koha-plack --start kohadev
      $ ls /var/log/koha/kohadev/plack*
    => SUCCESS: Files belong to kohadev-koha:kohadev-koha
    - Run:
      $ debian/scripts/koha-plack --stop  kohadev
      $ rm /var/log/koha/kohadev/plack*
      $ debian/scripts/koha-plack --start kohadev
      $ ls /var/log/koha/kohadev/plack*
    => SUCCESS: Files are created and belong to kohadev-koha:kohadev-koha
    - Sign off :-D
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    
    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:
 debian/scripts/koha-plack |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list