[koha-commits] main Koha release repository branch 3.6.x-maint/testing updated. v3.06.04-112-ga9586b5

Git repo owner gitmaster at git.koha-community.org
Wed May 9 02:08:22 CEST 2012


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.6.x-maint/testing has been updated
       via  a9586b5515f91928b41e16a1478fdab30c9c2599 (commit)
       via  60f7b337c255bbd444f545543c6c270e44a6ea62 (commit)
      from  4b0cbab8c286c5d6b168826334c177b1d7116ac5 (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 a9586b5515f91928b41e16a1478fdab30c9c2599
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Tue May 8 20:01:34 2012 -0400

    Update 3.6.x release notes template
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 60f7b337c255bbd444f545543c6c270e44a6ea62
Author: Magnus Enger <magnus at enger.priv.no>
Date:   Mon Apr 30 13:49:38 2012 +0200

    Bug 7924 - Fix handling of command line arguments in koha-remove
    
    koha-remove would fail with a message like this:
    Removing Koha instance --
    ERROR 1396 (HY000) at line 1: Operation DROP USER failed for 'koha_--'@'%'
    
    After fixing this, the --keep-mysql option made the script exit without doing
    anything.
    
    To test:
    
    Alt 1
    - Build package with build-git-snapshot
    - Install package
    
    Alt 2
    - Replicate the changes in the patch in an existing installation
    
    Then:
    - Add instance1 and instance2
    - koha-remove instance1
    -- Check that script completes and the databse is gone
    - koha-remove --keep-mysql instance2
    -- Check that the script completes but the database is not removed
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Cherry-picked to 3.6.x prior to inclusion in Master because this is required for
    the release build.

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

Summary of changes:
 debian/scripts/koha-remove                  |    6 +++---
 misc/release_notes/release_notes_3_6_x.tmpl |   13 ++++++++++---
 2 files changed, 13 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list