[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.04-32-gfb546fa

Git repo owner gitmaster at git.koha-community.org
Sat Oct 24 10:33:59 CEST 2015


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, 3.20.x has been updated
       via  fb546fa7ac5d572d722aa4dcc79edb56976b517b (commit)
       via  28940870e2393603ab7e68a26404c411a25f94d3 (commit)
      from  719f116ac9a59cd9b9f186686ed032b94bbe01ba (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 fb546fa7ac5d572d722aa4dcc79edb56976b517b
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Oct 14 13:45:24 2015 +0000

    Bug 15012: use sudo instead of su in koha-shell
    
    Not sure this is the best way to fix it but it looks to work.
    
    Test plan:
      sudo koha-shell kohadev
    should not return any error
    Without this patch, you should get
      bash: cannot set terminal process group (-1): Inappropriate ioctl for device
      bash: no job control in this shell
    
    Confirm that other options work as before
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Works as expected. Tested on kohadevbox:ansible.
    KOHA_CONF and PERL5LIB are correctly set on the child shell.
    Bonus point: koha-shell doesn't die if the user issues Ctrl+C to abort an execution.
    
    Signed-off-by: Robin Sheat <robin at catalyst.net.nz>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit 0e9e51db94abdabe6e603d98a05bf315c8d3fa91)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 28940870e2393603ab7e68a26404c411a25f94d3
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Wed May 6 09:14:42 2015 +0200

    Bug 14154: 608$9 defined twice in UNIMARC biblio-koha-indexdefs.xml
    
    In DOM config file :
    etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml, the 608$9 is
    defined a second time instead of 610$9.  Just a type I think.
    
    Test plan :
    - Apply patch
    - Install a UNIMARC + DOM instance
    - Define in a framework 610 using a thesaurus
    - Create a new biblio
    - Create a new authority (same type as the thesaurus defined above)
    - Index : rebuild_zebra.pl -a -b -x -z
    - Link the field 610 to the new authority
    - Index : rebuild_zebra.pl -a -b -x -z
    - In authorities search, search for the new authority
    => You see Use in 1 Records(s)
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
      I confirm the typo.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit aaf3ff3fec54011b30ba302e0c13e3ec5e41a142)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 debian/scripts/koha-shell                                    |   10 +++++-----
 .../marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml      |    2 +-
 .../marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl     |    2 ++
 3 files changed, 8 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list