]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
[git] Disable downloading of checkouts.
authorHolger Hans Peter Freyther <zecke@selfish.org>
Sun, 12 Oct 2008 22:14:08 +0000 (22:14 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Sun, 12 Oct 2008 22:14:08 +0000 (22:14 +0000)
commitf82988a88c3e1ee8c5b784d1d2d2e41b4df2e3d3
tree24b610b571e1f39bd2ca7a8f9d05ffdcf7e59d04
parent33d4bb2864920e7ddb3fb8f47dbeb5ac95b7f44e
[git] Disable downloading of checkouts.
    Instead of calling try_mirror check if we have a local checkout
    already. This code fetched a new checkout even if you had a local
    repository which is rather bad if you don't have internet but a full
    repository. And the overhead of a full checkout vs. repository is not
    too big anyway.
lib/bb/fetch/git.py