[koha-commits] main Koha release repository branch master updated. v17.11.00-719-gaf1a8c5

Git repo owner gitmaster at git.koha-community.org
Mon Feb 19 16:11:51 CET 2018


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  af1a8c5a78706a9d7d1cd8e4f75197189132d17c (commit)
      from  b86a9ee984ece06e11e0f490027771125d5fc9a7 (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 af1a8c5a78706a9d7d1cd8e4f75197189132d17c
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Feb 19 10:25:21 2018 -0300

    Bug 18336: (follow-up) Shift TINYTEXT columns
    
    This patch fixes two errors that slipped in the patchset.
    
    To test:
    - Create a dummy branch for testing:
      $ cd kohaclone
      $ git fetch
      $ git checkout v17.11.00 -b dummy
    - Reset your working DB
      $ reset_all (y)
    - Set your branch to current master
      $ git reset --hard origin/master
    - Update the DB
      $ updatedatabase
    - Update the schema files
      $ kshell
     k$ misc/devel/update_dbix_class_files.pl \
           --db_name koha_kohadev \
           --db_user koha_kohadev \
           --db_passwd password
     k$ exit
      $ git diff
    => FAIL: There are discrepancies on upgrades
    - Reset to v17.11.00 revision and DB:
      $ git reset --hard v17.11.00
      $ reset_all (y)
    - Set your branch to current master
      $ git reset --hard origin/master
    - Apply this patch
    - Update the DB
      $ updatedatabase
    - Update the schema files
      $ kshell
     k$ misc/devel/update_dbix_class_files.pl \
           --db_name koha_kohadev \
           --db_user koha_kohadev \
           --db_passwd password
     k$ exit
      $ git diff
    => SUCCESS: No discrepancies!
    - Reset to HEAD to get rid of the schema changes
      $ git reset --hard HEAD
    - Regenerate the schema files on top of this patch
      $ dbic ; cd /home/vagrant/kohaclone
      $ git diff
    => SUCCESS: No discrepancies!
    - Sign off :-D
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 Koha/Schema/Result/MarcSubfieldStructure.pm |   12 ++++++------
 installer/data/mysql/kohastructure.sql      |   10 +++++-----
 installer/data/mysql/updatedatabase.pl      |    6 ++++--
 3 files changed, 15 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list