[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.10-43-g064343336f

Git repo owner gitmaster at git.koha-community.org
Thu May 14 00:39:07 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  064343336fc11e833397f14cc257e5eaf3e0c0f5 (commit)
       via  2194810dd8c5f147466658e608e32aa8815c3988 (commit)
       via  24abcfbb52d32e4659fb126d01b884b94216c33e (commit)
      from  d1db7aeca5a238d5b7cc172778d142b45dd073bf (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 064343336fc11e833397f14cc257e5eaf3e0c0f5
Author: Liz Rea <wizzyrea at gmail.com>
Date:   Thu Apr 9 15:50:04 2020 +0000

    Bug 24993: fix increment
    
    Aparently ((i++)) isn't portable, changed for an admittedly uglier
    but functional increment.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit cfd8e38fd8c01d0ab1dfd9e1b828b283b1dac64d)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 2194810dd8c5f147466658e608e32aa8815c3988
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Apr 8 11:57:06 2020 +0200

    Bug 24993: Make sure we are not going to loop indefinitely
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 121ea7e96cdaf0e620858ec04ab80213a09a3d44)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 24abcfbb52d32e4659fb126d01b884b94216c33e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Apr 2 12:36:16 2020 +0200

    Bug 24993: Make sure SIP server is stopped before restarting it
    
    Sometimes doing koha-sip --restart instance happens too fast and
    the SIP server is not started.
    
    To test:
    - have SIP enabled and running for your instance
    - issue a restart, make sure it restarts
      sudo koha-sip --restart inst
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 317d2c1de7c7ef234517b99e65df3cab361fc1bb)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list