[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-910-g40e6f6a

Git repo owner gitmaster at git.koha-community.org
Tue Aug 13 16:03:03 CEST 2013


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  40e6f6a8f22b8af7adef79a0ece80a61a69ccc50 (commit)
      from  5192fd81adaccf9b0f4a01dcc0ffc689edc9468f (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 40e6f6a8f22b8af7adef79a0ece80a61a69ccc50
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Mon Aug 12 16:15:37 2013 +0100

    Bug 10712: Save missing config variables to install log
    
    The variables for AUTH_INDEX_MODE and ZEBRA_TOKENIZER were not
    being saved to the koha_install_log file.  As a result when using the
    --prev-install-log option in Makefile.PL the user was still prompted
    to select them.
    
    This patch adds the appropriate variables to the list saved in
    the install log.
    
    To test:
    
    On a (non-package) system installed/upgraded without the patch running
    'perl Makefile.PL --prev-install-log /path/to/koha-install-log' will
    still prompt you to choose authorities indexing mode and select
    between chr and icu, after upgrading with this patch applied the same
    command should get the responses from the install log and not require
    user intervention.
    
    The values can be seen written into misc/koha-install-log
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 misc/koha-install-log |    2 ++
 rewrite-config.PL     |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list