]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: fetch/git: Add pack-refs command to mirror handling code
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 28 Jan 2018 10:28:54 +0000 (10:28 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 Jan 2018 08:50:08 +0000 (08:50 +0000)
commitcf8425e247b707d0500f665842113254cfcc2a70
tree7a9becd08a0312906761cceac234123969535c41
parent3f947dffe734800fc15ee27f8b76d7c554249cf5
bitbake: fetch/git: Add pack-refs command to mirror handling code

We've noticed issues on our infrastucture iterating over the many
tag/branch/head reference files that some git repositories may contain.

By issuing the pack-refs command, we move these all to a single file
which speeds up operations with the mirror repos in the downloads
directory in general.

(Bitbake rev: f8126aaf774186a6eaf0bd4067b89c074594886c)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/fetch2/git.py