generic-poky/bitbake/lib/bb/fetch2
Richard Purdie 221d864042 bitbake: fetch/git: Change to use clearer ssh url syntax for broken servers
Some servers, e.g. bitbucket.org can't cope with ssh:// as part of
the git url syntax. git itself is happy enough with this but you
get server side errors when using it.

This changes the git fetcher to use the more common ssh url format
which also means we need a : before the path.

Seems a shame to have to do this due to broken servers however
it should be safe enough since this other form is the one most people
use on the commandline so it should be safe enough.

[YOCTO #8864]

(Bitbake rev: 4193e99adce8e88f12ac88d7578ad39575f7e346)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-01-08 13:58:08 +00:00
..
__init__.py bitbake: fetch2/__init__.py: Add support for 7-Zip 2016-01-06 15:27:34 +00:00
bzr.py bitbake: fetch2: Correct a few calls to latest_revision() 2013-11-25 13:02:27 +00:00
clearcase.py bitbake: bitbake: Add explict getVar param for (non) expansion 2015-06-23 11:57:53 +01:00
cvs.py bitbake: fetch2: Stop passing around the pointless url parameter 2013-11-22 12:03:02 +00:00
git.py bitbake: fetch/git: Change to use clearer ssh url syntax for broken servers 2016-01-08 13:58:08 +00:00
gitannex.py bitbake: fetch2/gitannex: Fix function arguments to match bitbake master 2014-01-08 15:27:37 +00:00
gitsm.py bitbake: fetch2: Checkout to correct ref begore init and update submodules 2015-07-07 13:47:32 +01:00
hg.py bitbake: fetch2/hg: Include missing errno import 2015-10-16 14:13:24 +01:00
local.py bitbake: fetch2/local.py: avoid using PREMIRROR 2016-01-06 15:27:34 +00:00
osc.py bitbake: fetch2: Stop passing around the pointless url parameter 2013-11-22 12:03:02 +00:00
perforce.py bitbake: fetch/perforce: Fix single file checkouts 2015-06-27 22:51:20 +01:00
repo.py bitbake: fetch2: Stop passing around the pointless url parameter 2013-11-22 12:03:02 +00:00
sftp.py bitbake: fetch2/sftp: Set BatchMode=yes as argument to sftp 2015-07-12 22:50:41 +01:00
ssh.py bitbake: bb/fetch2/ssh.py: Fix urldata.localpath use os.path.normpath 2015-01-14 11:32:01 +00:00
svn.py bitbake: fetcher: svn: Add support for checkout to a custom path 2015-10-27 07:24:30 +00:00
wget.py bitbake: bitbake: rename REGEX, REGEX_URI, and GITTAGREGEX. 2015-12-08 10:20:31 +00:00