[arch-projects] [dbscripts] [GIT] Official repo DB scripts branch master updated. 20190713-1-g60d036e

eschwartz at archlinux.org eschwartz at archlinux.org
Fri Oct 18 01:17:36 UTC 2019


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 "Official repo DB scripts".

The branch, master has been updated
       via  60d036ead2565ea19e1c09f8b263cfe34918e2cf (commit)
      from  0706db69d48e8fa9423587f0d11727075b0d3d5f (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 60d036ead2565ea19e1c09f8b263cfe34918e2cf
Author: Eli Schwartz <eschwartz at archlinux.org>
Date:   Thu Oct 17 18:34:24 2019 -0400

    db-update: performance optimization when checking if a buildinfo exists
    
    Use the --fast-read option to quit as soon as the file is first found. A
    package file should never contain two of these anyway, but even if it
    did, we simply want to know that one exists!
    
    makepkg guarantees its internal .METADATA files are tar'ed up first, so
    this should usually be quite rapidly found. For very large packages,
    crawling the entire package file to check for a later entry overriding
    the first one, is... pointless... and worst of all, slow.
    
    This reflects the identical mode used for extracting the pkginfo file,
    which was inconsistently implemented from the initial feature addition.

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

Summary of changes:
 db-functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
Official repo DB scripts


More information about the arch-projects mailing list