[koha-commits] main Koha release repository branch master updated. v20.05.00-393-g8d56af377c

Git repo owner gitmaster at git.koha-community.org
Fri Jul 24 17:31:13 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, master has been updated
       via  8d56af377c158823497df17b2ef18637bbc11a1c (commit)
       via  8aa907379eb54d360746c3e15051327a1e6cc1fe (commit)
      from  1a505632b8d1300a02512cfe300056f7b3797bfb (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 8d56af377c158823497df17b2ef18637bbc11a1c
Author: Mason James <mtj at kohaaloha.com>
Date:   Mon Jun 29 13:40:36 2020 +1200

    Bug 25889: Increase performance of debian/list-deps script
    
    to test... (on a i7-2600 vm with 8 cores)
    
    1/ run script, note execution time
        $ time ./debian/update-control
        real    8m5.000s
    
    2/ copy old file
        $ cp ./debian/control control.old
    
    3/ apply patch
    
    4/ run updated script, note execution time is smaller
        $ time ./debian/update-control
        real    2m14.000s
    
    5/ copy new file
        $ cp ./debian/control control.new
    
    6/ confirm old and new control files are identical
        $ diff control.old control.new | wc -l
        0
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 8aa907379eb54d360746c3e15051327a1e6cc1fe
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jul 21 12:36:17 2020 +0200

    Bug 26033: Use pic.infini.fr instead of framapic
    
    https://framapic.org/ is closing
    """
    Framapic will be closing its doors on Tuesday, January 12, 2021. You will find a similar service on this page.
    Uploading images is now disabled, but you can still retrieve your images on the My images page.
    """
    
    https://framablog.org/2019/09/26/lets-de-frama-tify-the-internet/
    https://framablog.org/2020/03/03/10-bonnes-raisons-de-fermer-certains-services-framasoft-la-5e-est-un-peu-bizarre/
    (French)
    
    We can still use another service. However we may think about hosting the
    service ourself!
    
    Test plan:
    Modify a selenium script to make it fail (for instance modify the path
    for a find_element call)
    Run it
    Confirm that the screenshot has been uploaded correctly and that the
    link works
    
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 debian/list-deps  | 25 +++++++++++++------------
 t/lib/Selenium.pm |  2 +-
 2 files changed, 14 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list