generic-poky/bitbake/lib/bb/fetch2
Jason Wessel fa7c2b0743 bitbake: fetch2/git.py: Optimize clone fall back when it is local
A file:// url should use "clone -l" to greatly speed
up the clone in the case of a kernel when it is local.

(Bitbake rev: 2bab2cc3ffe67ee2a308074a6e4c2c7be5636d2f)

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-06-21 13:21:23 +01:00
..
__init__.py bitbake: fetch2: Update replace_uri to handle uri types explicitly 2012-06-21 13:10:34 +01:00
bzr.py bitbake/fetch2: Fix the problems introduced by the git fetcher AUTOREV fix 2011-04-20 02:13:26 +01:00
cvs.py fetch, fetch2: Get rid of DeprecationWarning notice 2011-03-03 22:51:33 +00:00
git.py bitbake: fetch2/git.py: Optimize clone fall back when it is local 2012-06-21 13:21:23 +01:00
hg.py Fix mercurial fetcher in fetch2 2011-09-21 14:07:31 +01:00
local.py fetch2/local: Ensure quoting is handled correctly from the url 2012-06-14 14:07:18 +01:00
osc.py Fix more incorrect usages of 'is' 2011-03-31 12:23:23 +01:00
perforce.py replace os.popen with subprocess.Popen 2012-05-23 11:35:11 +01:00
repo.py fetch, fetch2: Get rid of DeprecationWarning notice 2011-03-03 22:51:33 +00:00
ssh.py bitbake/fetch: Spell out which fetcher backends support and recommend checksums 2012-05-20 09:24:23 +01:00
svk.py replace os.popen with subprocess.Popen 2012-05-23 11:35:11 +01:00
svn.py bitbake/fetch2: Fix the problems introduced by the git fetcher AUTOREV fix 2011-04-20 02:13:26 +01:00
wget.py bitbake/fetch: Spell out which fetcher backends support and recommend checksums 2012-05-20 09:24:23 +01:00