[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.10-56-gab27ec6

Git repo owner gitmaster at git.koha-community.org
Fri Sep 23 08:43:11 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, 3.22.x has been updated
       via  ab27ec60d3a5017ef88f2694b1e5ce0b5e397b12 (commit)
      from  f30e123976109091726cf7152ba544d750710ed2 (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 ab27ec60d3a5017ef88f2694b1e5ce0b5e397b12
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Sep 6 16:45:36 2016 -0300

    Bug 17262: Inject MEMCACHED_* variables into Plack's env
    
    This patch adds two functions to koha-functions.sh to read the
    MEMCACHED_* variables from configured instances' apache files (the only
    source for that info for now).
    
    It then tweaks koha-plack's start_plack() function so it exports the
    variables to env before launching starman.
    
    The patch seems trivial, but it highlights a bigger problem with our
    Plack integration as the starman server seems to hang if those
    environment variables are defined!
    
    Sponsored-by: ByWater Solutions
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 29df6161ef24e29984d5379640faad24d0e73161)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 debian/scripts/koha-functions.sh |   26 ++++++++++++++++++++++++++
 debian/scripts/koha-plack        |    2 ++
 2 files changed, 28 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list