]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
fetch/git: Change to use clearer ssh url syntax for broken servers
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Jan 2016 13:18:52 +0000 (13:18 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Jan 2016 13:53:04 +0000 (13:53 +0000)
commit4193e99adce8e88f12ac88d7578ad39575f7e346
tree88f6048cb688316d732600e46a5e5ac6be2a97f0
parent6f84cf4bd77f35fcd07e0b2f5149f1d6866a414d
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]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/fetch2/git.py