[bitbake-devel] [PATCH 2/3] gitsm.py: Add support for alternative URL formats from submodule files

Olof Johansson olof.johansson at axis.com
Wed Jan 9 01:29:03 UTC 2019


On 19-01-09 02:18 +0100, Olof Johansson wrote:
> The path in an ssh:// uri is absolute, so the relative case must
> be handled differently. But it's easy, git supports ~ expansion,
> like:
> 
>   alice at example.com:foo.git -> ssh://alice@example.com/~/foo.git

Tested some more. This works with git over openssh (possibly only
against unix systems), but not with github it seems, so this
wasn't as general of a solution I hoped. Sorry. I think the issue
is real, but my proposed solution wasn't :(.

And, of course, the github ssh remote specifiers all look like
git at github.com:alice/foo.

-- 
olofjn


More information about the bitbake-devel mailing list