[koha-commits] main Koha release repository branch master updated. v3.20.00-830-g0e9e51d

Git repo owner gitmaster at git.koha-community.org
Thu Oct 22 05:03:58 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, master has been updated
       via  0e9e51db94abdabe6e603d98a05bf315c8d3fa91 (commit)
      from  1dd9a52e662096d802a5a11df75d4ea2bd3091c8 (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 0e9e51db94abdabe6e603d98a05bf315c8d3fa91
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>

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

Summary of changes:
 debian/scripts/koha-shell |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list