Skip to content
Snippets Groups Projects
Commit 4de4e207 authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

manifest: Changed remotes to HTTPS

We opened our repositories to the public. With this change,
cloning via SSH doesn't work anymore. To fix this, we changed
the protocol for the remotes to HTTPS.
parent 8b30c43e
No related branches found
No related tags found
2 merge requests!668Pull latest changes from dunfell to kirkstone,!606manifest: Changed remotes to HTTPS
Pipeline #18353 passed with stages
in 14 seconds
......@@ -4,16 +4,16 @@
<default sync-c="true" sync-s="true" sync-j="8" />
<remote name="seco-ne" alias="origin" fetch="ssh://git@git.seco.com:4444/seco-ne/yocto" />
<remote name="seco-ne-3rd" alias="origin" fetch="ssh://git@git.seco.com:4444/seco-ne/3rd-party/yocto" />
<remote name="yocto" alias="origin" fetch="git://git.yoctoproject.org" />
<remote name="oe" alias="origin" fetch="git://git.openembedded.org" />
<remote name="qt5" alias="origin" fetch="git://code.qt.io/yocto" />
<remote name="seco-ne-ssh" alias="origin" fetch="ssh://git@git.seco.com:4444/seco-ne/yocto" />
<remote name="seco-ne" alias="origin" fetch="https://git.seco.com/seco-ne/yocto" pushurl="ssh://git@git.seco.com:4444/seco-ne/yocto" />
<remote name="seco-ne-3rd" alias="origin" fetch="https://git.seco.com/seco-ne/3rd-party/yocto" pushurl="ssh://git@git.seco.com:4444/seco-ne/3rd-party/yocto" />
<remote name="yocto" alias="origin" fetch="https://git.yoctoproject.org" />
<remote name="oe" alias="origin" fetch="https://git.openembedded.org" />
<remote name="qt5" alias="origin" fetch="https://code.qt.io/yocto" />
<remote name="qt5-github" alias="origin" fetch="https://github.com/meta-qt5" />
<remote name="OSS" alias="origin" fetch="https://github.com/OSSystems" />
<remote name="fslc" alias="origin" fetch="https://github.com/Freescale" />
<project name="poky" revision="52b59e884110b2d48ad83438eef1fed7a28f01cf" remote="yocto" path="sources/poky" />
<project name="meta-openembedded" revision="0722ff6f021df91542b5efa1ff5b5f6269f66add" remote="oe" path="sources/meta-openembedded" />
<project name="meta-python2" revision="b901080cf57d9a7f5476ab4d96e56c30db8170a8" remote="oe" path="sources/meta-python2" />
......
......@@ -4,7 +4,7 @@
<include name="default.xml" />
<project name="layers/meta-seconorth-dual-espresso" revision="7a91ad488bd328169983dc2b12e95549d472ed21" remote="seco-ne"
<project name="layers/meta-seconorth-dual-espresso" revision="7a91ad488bd328169983dc2b12e95549d472ed21" remote="seco-ne-ssh"
path="sources/meta-seconorth-dual-espresso" />
</manifest>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment