[koha-commits] main Koha release repository branch master updated. v16.05.00-908-gea5ec8c

Git repo owner gitmaster at git.koha-community.org
Tue Sep 27 12:30:18 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  ea5ec8c4d521e4138f63ddde133b6c7250005435 (commit)
       via  1c957af7bc0b701412cf5846d878523a553f79e0 (commit)
      from  0901758f498aaa2f1711380916255db23709aa8d (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 ea5ec8c4d521e4138f63ddde133b6c7250005435
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Sep 23 11:33:19 2016 -0300

    Bug 17332: Remove memcached config from apache files
    
    This patch removes Memcached configurations from the shipped apache files.
    
    Note: testing is not actually needed for this patch, as it is really trivial. But I
    include testing steps, just in case QA members require it.
    
    To test:
    - Apply the patch
    - Do a (standard/dev/single) Koah install
    => SUCCESS: Verify the resulting koha-httpd.conf file doens't include memcached data
    - Have a packages install
    - Replace
      * /etc/koha/apache-site-https.conf.in
      * /etc/koha/apache-site.conf.in
      with the ones from this patch
    - Create an instance
    => SUCCESS: The apache configuration doesn't include memcached configurations
    - Sign off :-D
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 1c957af7bc0b701412cf5846d878523a553f79e0
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Sep 23 11:28:58 2016 -0300

    Bug 17332: Include memcached configuration in koha-conf files
    
    This patch introduces the memcached_servers and memcached_namespace
    configuration entries as expected by 11921.
    
    Note: better test this one and the followup together to ease the process.
    
    To test:
    - Do a source Koha install (dev, standard, single)
    => SUCCESS: The resulting koha-conf.xml file includes the memcached_* entries
       which are filled with the right values.
    - In kohadevbox (packages setup):
    - Replace /etc/koha/koha-conf-site.xml.in with the one from this patch
    - Create a new koha instance
    => SUCCESS: The instance's koha-conf.xml includes the relevant entries
    - Sign off
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 debian/templates/apache-site-https.conf.in |    4 ----
 debian/templates/apache-site.conf.in       |    6 +-----
 debian/templates/koha-conf-site.xml.in     |    2 ++
 etc/koha-conf.xml                          |    2 ++
 etc/koha-httpd.conf                        |    4 ----
 5 files changed, 5 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list