[koha-commits] main Koha release repository branch master updated. v16.05.00-1266-g8767434

Git repo owner gitmaster at git.koha-community.org
Fri Oct 28 16:57:33 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  876743402161fe4e5d08116ed8bd2c8b38678181 (commit)
       via  4be8768a6ed9d134cca7168f9645dcdb57833582 (commit)
       via  3f7098a02ff8c37a19063420f24fdaca6ba141d8 (commit)
      from  96a112e96103c8392042da90b2104de070a3cf05 (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 876743402161fe4e5d08116ed8bd2c8b38678181
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Oct 14 08:38:10 2016 +0200

    Bug 17356: [QA Follow-up] Minor changes to skeleton.perl
    
    Due to the way the snippet is run, there is no need to add a use for
    C4::Installer or define $dbh (just like $DBVersion).
    The suggested code is commented (column_exists is not defined).
    Just as in updatedatabase, CheckVersion is called. The version number
    does not need to contain 16.06; if we do so, we should update this
    number each release. The XXX's work just fine.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 4be8768a6ed9d134cca7168f9645dcdb57833582
Author: Liz Rea <liz at catalyst.net.nz>
Date:   Fri Sep 30 09:57:54 2016 +1300

    Bug 17356 - update README
    
    Test plan:
    Look at the README and make sure it makes sense.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 3f7098a02ff8c37a19063420f24fdaca6ba141d8
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Sep 27 08:30:12 2016 +0100

    Bug 17356: Add atomic update .perl skeleton file
    
    To show devs how it should be written.
    
    Test plan:
    % cp installer/data/mysql/atomicupdate/skeleton.perl
    installer/data/mysql/atomicupdate/bug_XXXXX.perl
    % perl installer/data/mysql/updatedatabase.pl
    
    You should see:
    DEV atomic update: bug_xxxxx.perl
    Upgrade to 16.06.00.XXX done (Bug XXXXX - description)
    
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>
    Very good. I'll submit a patch for the readme to make the instructions better.
    
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 installer/data/mysql/atomicupdate/README        |    7 +++++++
 installer/data/mysql/atomicupdate/skeleton.perl |   14 ++++++++++++++
 installer/data/mysql/updatedatabase.pl          |    1 +
 3 files changed, 22 insertions(+)
 create mode 100644 installer/data/mysql/atomicupdate/skeleton.perl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list