]> code.ossystems Code Review - openembedded-core.git/commit
bitbake/fetch2/git: Switch to completely use bare clones
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 6 Feb 2011 10:20:18 +0000 (10:20 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 6 Feb 2011 11:44:12 +0000 (11:44 +0000)
commite4c1e99f234491af1c0fc886e73deedaef108a1a
tree42e8c7d29448fb583f96d4063962d2059d2f5e34
parent66e6a9798e5462a6cd8dce22a400b81f1dcae88b
bitbake/fetch2/git: Switch to completely use bare clones

We no longer need index/workdir support in the mirror tree and it causes all
kind of reference naming problems.Simplifying the code to remove this and use
just bare clones addresses this problem.

We increase the "version" number on the mirror tarballs to reflect the change
and ensure older mirror tarballs are not used as they would break.

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