[yocto-infrastructure] [yocto] [infra] git domain name updates

Burton, Ross ross.burton at intel.com
Tue Sep 26 03:27:30 PDT 2017


On 26 September 2017 at 01:17, Michael Halstead <
mhalstead at linuxfoundation.org> wrote:

> This is all ready to go right now. Please update your remotes.
>

For people who don't know, you can configure convenience URL aliases in
git.  Here's a little config fragment for ~/.gitconfig to give an alias
which will use the git: server for pulls and ssh: for pushes:

[url "ssh://git@push.yoctoproject.org/"]
        pushInsteadOf = yocto:
[url "git://git.yoctoproject.org/"]
        insteadOf = yocto:

With this the URL you need to clone anything from the Yocto server is just
yocto:module.  For example:

$ git clone yocto:poky
$ cd poky
$ git remote add contrib yocto:poky-contrib

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto-infrastructure/attachments/20170926/9faf99fa/attachment.html>


More information about the yocto-infrastructure mailing list