[bitbake-devel] gitsm fetcher does not work anymore
Mark Hatle
mark.hatle at windriver.com
Tue Oct 2 17:14:26 UTC 2018
On 10/2/18 11:24 AM, Florian Wickert wrote:
> Hi all,
>
> relative URL schemes (e.g. submodules in
> https://github.com/xiph/Icecast-libshout) or SSH URLs (e.g.
> git at github.com:user/example.git) are not parsed correctly since the
git at github.com:user/example.git that is not a valid URL.
ssh://git@github.com/user/example.git would be.
Is this an issue where it's specified inside of the git repository as a non-url
string? If so, we'll have to learn how to recognize that and convert it
'somehow' to something that can be recognized as a URL.
(Does the git fetcher support ssh uris?)
--Mark
> rework done in 5cd00e3e53819f3c10d1733480077ce9f3cc2ca8.
> The SSH scheme is required for private repos on github because https
> doesn't work with SSH keys.
>
> Regards,
> Florian
>
More information about the bitbake-devel
mailing list