generic-poky/bitbake/lib/bb/fetch2
Richard Purdie a86bd42264 bitbake: fetch2/git: Work around git confusion between foo.git and foo repositories
If you have foo and foo.git in GITDIR, the two can end up being confused
by git with some horrible union of the two being cloned. This adds
a workaround to avoid this happening until git 1.7.9.2 onwards is
common enough for this to be removed. We use a symlink to hide
the directories we don't want git to know about.

(Bitbake rev: bbf1f6fe594c721a296ca09ee7c583d4a205c591)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-08-18 16:21:44 +01:00
..
__init__.py bitbake: fetch2: print checksums when they are different then expected 2012-08-02 17:05:06 +01:00
bzr.py bitbake: Change bzr fetcher to use branch instead of co. Fixes: bzr: ERROR: No pull location known or specified. 2012-07-24 10:35:33 +01:00
cvs.py bitbake: fetch2/cvs.py: Switch to use FETCHCMD_cvs and handle parameters in the fetcher itself 2012-07-10 14:25:38 +01:00
git.py bitbake: fetch2/git: Work around git confusion between foo.git and foo repositories 2012-08-18 16:21:44 +01:00
hg.py bitbake: fetch2/hg.py: Use "protocol" parameter to get the protocol 2012-07-11 15:55:25 +01:00
local.py bitbake: fetch2/local: Add search paths to the debug log to improve log usefullness 2012-08-02 23:04:27 +01:00
osc.py bitbake: fetch2/osc.py: Use "protocol" parameter to get the protocol 2012-07-11 15:55:25 +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/svn.py: Use protocol parameter to get the protocol 2012-07-18 12:43:50 +01:00
wget.py bitbake: bitbake wget fetcher: add parameter: downloadfilename 2012-07-24 10:35:33 +01:00