[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.07-96-g47797cb4f9

Git repo owner gitmaster at git.koha-community.org
Fri Feb 14 20:13:30 CET 2020


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, 19.05.x has been updated
       via  47797cb4f90142714690cbdfec7baff49b3a2d0f (commit)
      from  bd2d76f68b3c2d1330320bf771274d0d450ce60e (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 47797cb4f90142714690cbdfec7baff49b3a2d0f
Author: Andreas Jonsson <andreas.jonsson at kreablo.se>
Date:   Sun Jan 5 13:02:13 2020 +0000

    Bug 24348: Pass marc record to _passes_required_checks
    
    Test plan:
    
    * Add record matching rule:
    
     Matching rule code: test
     Description: 001 and 003
     Match threshold: 1000
     Record type: Bibliografic record
    
     Match points:
        Search index: Control-number
        Score: 1000
        Tag: 001
        Subfields:
        Offset:
        Length:
        Normalization rule: none
    
     Required match checks:
    
        Source (incoming) record check field
    
        Tag: 003
        Subfields:
        Offset:
        Length:
        Normalization rule: none
    
        Target (database) record check field
    
        Tag: 003
        Subfields:
        Offset:
        Length:
        Normalization rule: none
    
    * Note the match rule identity number.
    * Stage a marc-file for import, for instance this one ftp://ftp.libris.kb.se/pub/export2/X/marc/X.20200104.marc
    
    sudo /usr/sbin/koha-shell -c "perl /home/vagrant/kohaclone/misc/stage_file.pl --match 4 --file 'X.20200104.marc' --format ISO2709 --comment 'test'" kohadev
    
    * Note the batch number and commit the file using the batch number:
    
    sudo /usr/sbin/koha-shell -c "perl /home/vagrant/kohaclone/misc/commit_file.pl --batch-number 1" kohadev
    
    * Again, stage the same marc-file  for import:
    
    sudo /usr/sbin/koha-shell -c "perl /home/vagrant/kohaclone/misc/stage_file.pl --match 4 --file 'X.20200104.marc' --format ISO2709 --comment 'test'" kohadev
    
    * Note the number of records matched.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 9e58ee3a0df5af5a5832ca94194632135a3b2315)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 C4/Matcher.pm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list