[koha-commits] main Koha release repository branch new/bug_7924 created. v3.08.00-47-g491a00f

Git repo owner gitmaster at git.koha-community.org
Mon May 14 14:01:38 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, new/bug_7924 has been created
        at  491a00f0a221ed53c5d04e4248492e5065d3ca35 (commit)

- Log -----------------------------------------------------------------
commit 491a00f0a221ed53c5d04e4248492e5065d3ca35
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: Paul Poulain <paul.poulain at biblibre.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list