]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
git.py: split download to download() and build_mirror_data()
authorYu Ke <ke.yu@intel.com>
Tue, 18 Jan 2011 15:35:30 +0000 (23:35 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Feb 2011 23:36:43 +0000 (23:36 +0000)
commitdee27c176a78e8855d7062459f3df6af53de031d
tree78d0f7daaa01bc67f6211082d3b5e0313b4be592
parenta8f231507842a8202783276f554ad42ce762c935
git.py: split download to download() and build_mirror_data()

the download is to fetch the source from URL, the build_mirror_data is
to create the mirror tar ball. the original go() method mix them together,
it is more clean to split them.

(From Poky rev: ef918a72de97fd2189e1c8487e371d13e18088fd)

Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/fetch2/__init__.py
lib/bb/fetch2/git.py