]> code.ossystems Code Review - openembedded-core.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>
Tue, 25 Jan 2011 12:25:47 +0000 (12:25 +0000)
commitef918a72de97fd2189e1c8487e371d13e18088fd
treef19cd59514794dc42bbcc0e459e681cecd101770
parente2ac26e7b1a1d058915d489cf3e0985484e1f69e
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.

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