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

Git repo owner gitmaster at git.koha-community.org
Fri Sep 6 16:42:12 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  598a830af0f97aef39bae36265c06a6f8ed73f10 (commit)
      from  e86a9516177045a77285c8baf8eb0b991b8636a7 (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 598a830af0f97aef39bae36265c06a6f8ed73f10
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Thu Jul 11 23:58:34 2013 +1200

    Bug 10574 - mute the "upgrading from 3.2" message
    
    New installs get the message about running a script if upgrading from
    3.2. They shouldn't. This silences this message in all cases except when
    you actually are upgrading from 3.2.
    
    Test plan:
    
    There are three scenarios to test:
    1) A fresh install should not cause the prompt.
    2) An upgrade with or without the debconf entry set should not cause the
       prompt.
    3) An upgrade from a 3.2 release to this should cause the prompt.
    
    To remove the debconf entry that says the prompt has been seen:
    
    echo 'unregister koha-common/3.2-3.4-upgrade-notice' | sudo debconf-communicate koha-common
    
    This should be run before every test to make debconf forget that it's
    shown the prompt. To get its current state:
    
    sudo debconf-show koha-common
    
    To test against the 3.2 version, an empty package that claims to be Koha
    3.2.2 is attached to the bug.
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 debian/koha-common.config |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list