]> code.ossystems Code Review - openembedded-core.git/commit
git.py: Remove the source tree tarball archives
authorYu Ke <ke.yu@intel.com>
Tue, 18 Jan 2011 16:58:42 +0000 (00:58 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 2 Feb 2011 17:13:30 +0000 (17:13 +0000)
commitaffcfe468a0c2993c0c4ace446248f85aee4315f
tree29c29bdb2f45b5208f600511f2e07bf44866e1d7
parent05048e0f9168ceb7d66f6ac79dcae42f1e696826
git.py: Remove the source tree tarball archives

Since we're now always providing the git source control files it becomes
pointless to handle the tarballs of specific git revisions so drop this
part of the fetcher.

Signed-off-by: Yu Ke <ke.yu@intel.com>
bitbake/lib/bb/fetch2/git.py