[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.11-34-gf93bdd8c62

Git repo owner gitmaster at git.koha-community.org
Thu Jun 18 19:19:14 CEST 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  f93bdd8c620a70f06bc81b40174a5f7ebab8752a (commit)
      from  9f71cc7c46f1f094bd39f22d9be43064440258b1 (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 f93bdd8c620a70f06bc81b40174a5f7ebab8752a
Author: David Cook <dcook at prosentient.com.au>
Date:   Tue Jun 2 09:53:06 2020 +1000

    Bug 25634: Warn if koha-shell returns non-zero in koha-foreach
    
    By putting koha-shell in an if statement, "set -e" will no longer
    cause the entire koha-foreach program to exit, if koha-shell
    returns a non-zero status.
    
    If a non-zero status is returned, we warn on it, and the caller
    of koha-foreach can interpret that command visually.
    
    To Test:
    1) Write a shell script that says "Hello" and then exits with a 1
    status
    2) Run koha-foreach against that shell script with multiple instances
    available to koha-foreach
    3) Before the patch, koha-foreach will die after the first "Hello"
    4) After the patch, koha-foreach will continue, through all the
    instances, and report which instances returned non-zero statuses
    by which command.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 4c548cb08f3f3013778da71d47745f48b6adffd8)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 79663817ec58b23525f08862210ad4c29fe89d33)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit 1e982eafd1748f659438d2dd43c4f87a301459a5)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

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

Summary of changes:
 debian/scripts/koha-foreach | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list