[koha-commits] main Koha release repository branch master updated. v16.05.00-909-g242722e

Git repo owner gitmaster at git.koha-community.org
Tue Sep 27 12:31:04 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  242722e99df77be9ce0e4c6d52ff402e0a77d604 (commit)
      from  ea5ec8c4d521e4138f63ddde133b6c7250005435 (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 242722e99df77be9ce0e4c6d52ff402e0a77d604
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Sep 23 11:56:40 2016 -0300

    Bug 17336: Add api_secret_passphrase entry in packages setup
    
    Bug 13799 introduced the api_secret_passphrase on source installs, but missed to do so on packages.
    
    This patch introduces the entry on the template koha-conf-site.xml.in file, and
    patches koha-create so it generates a randomized string (64 chars) to put in it.
    
    To test:
    - Apply the patch
    - Grab the new template file:
      $ sudo cp kohaclone/debian/templates/koha-conf-site.xml.in \
                /etc/koha
    - Create a new instance:
      $ kohaclone/debian/scripts/koha-create --create-db blah
    => SUCCESS: The script runs fine, /etc/koha/sites/blah/koha-conf.xml
       contains the api_secret_passphrase entry.
    - Sign off :-D
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 debian/scripts/koha-create             |    4 +++-
 debian/templates/koha-conf-site.xml.in |    5 ++++-
 2 files changed, 7 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list