[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.02-105-gd34e89aa85

Git repo owner gitmaster at git.koha-community.org
Fri Jul 31 22:57:28 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, 20.05.x has been updated
       via  d34e89aa85ac8223445b4bf99829631987637aef (commit)
      from  e51c7a73c00b28d2e5091b021ced867fc5942b3b (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 d34e89aa85ac8223445b4bf99829631987637aef
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>
    (cherry picked from commit 8d56af377c158823497df17b2ef18637bbc11a1c)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 debian/list-deps | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list