[koha-commits] main Koha release repository branch master updated. v3.18.00-beta-49-gb2649cb

Git repo owner gitmaster at git.koha-community.org
Thu Nov 20 23:03:56 CET 2014


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  b2649cbcbacbabc7cf56125a72db8db43eece7db (commit)
      from  9c71bf42275a263c3bca5d1c37e1cdcedb599ef6 (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 b2649cbcbacbabc7cf56125a72db8db43eece7db
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Tue Aug 12 10:50:46 2014 -0300

    Bug 12750: koha-create should be able to configure the Z39.50/SRU server
    
    This patch adds two parameters to the koha-create command:
    
     --enable-sru: makes the koha-create script enabled the SRU server for
                   the created instance
    
     --sru-port:   lets the user specify a desired port for the SRU server
                   to listen at. It defaults to 7090
    
    To test:
    - Apply the patch on top of master
    - Build your own package and install / can be tested just using the koha-create
      command on a 3.16+ packages install
    - Create an instance as usual (i.e. without --enable-sru and --sru-port)
    => SUCCESS: The instance is created, the publicserver sections are
                both commented out. The first publicserver section has 7090 set as the
                listening port.
    - Create an instance as usual, passing --sru-port 456
    => SUCCESS: The instance is created, the port is set but the publicserver sections
                are commented out
    - Create an instance with --enable-sru (with and without --sru-port)
    => SUCCESS: Verify the instance is created as expected, with the SRU server enabled
                (port 7090 if no --sru-port passed, the one we chose otherwise).
    - Verify that the docs also talk about this new parameters addition.
    - Sign off :-D
    
    Regards
    To+
    
    Sponsored-by: Universidad Nacional de Cordoba
    Signed-off-by: Jesse Maseto <jesse at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    Signed-off-by: Robin Sheat <robin at catalyst.net.nz>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 debian/docs/koha-create.xml            |   16 +++++++++++++++
 debian/scripts/koha-create             |   34 +++++++++++++++++++++++++++++++-
 debian/templates/koha-conf-site.xml.in |   12 +++++------
 3 files changed, 55 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list