All of lore.kernel.org
 help / color / mirror / Atom feed
* [yocto-autobuilder2][PATCH] config.py: default repository updates
@ 2022-09-22  2:33 benjamin.esquivel
  2022-09-22 12:42 ` [yocto] " Richard Purdie
  0 siblings, 1 reply; 5+ messages in thread
From: benjamin.esquivel @ 2022-09-22  2:33 UTC (permalink / raw)
  To: yocto; +Cc: tarxf, Benjamin Esquivel

From: Benjamin Esquivel <benjamin.esquivel@gmail.com>

the repos that are used as defaults in the build requests are outdated
hence the update.

Signed-off-by: Benjamin Esquivel <benjamin.esquivel@gmail.com>
---
 config.py | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/config.py b/config.py
index 042a1ec..2249e82 100644
--- a/config.py
+++ b/config.py
@@ -38,23 +38,23 @@ repos = {
                           "neon-master"],
     "eclipse-poky-oxygen": ["ssh://git@push.yoctoproject.org/eclipse-yocto",
                             "oxygen-master"],
-    "poky": ["ssh://git@push.yoctoproject.org/poky", "master"],
-    "meta-intel": ["ssh://git@push.yoctoproject.org/meta-intel", "master"],
-    "meta-arm": ["ssh://git@push.yoctoproject.org/meta-arm", "master"],
+    "poky": ["git://git.yoctoproject.org/poky", "master"],
+    "meta-intel": ["git://git.yoctoproject.org/meta-intel", "master"],
+    "meta-arm": ["git://git.yoctoproject.org/meta-arm", "master"],
     "meta-agl": ["https://git.automotivelinux.org/AGL/meta-agl", "next"],
     "meta-aws": ["https://github.com/aws/meta-aws.git", "master"],
-    "meta-ti": ["ssh://git@push.yoctoproject.org/meta-ti", "master"],
-    "meta-security": ["ssh://git@push.yoctoproject.org/meta-security", "master"],
+    "meta-ti": ["git://git.yoctoproject.org/meta-ti", "master"],
+    "meta-security": ["git://git.yoctoproject.org/meta-security", "master"],
     "oecore": ["git://git.openembedded.org/openembedded-core",
                           "master"],
     "bitbake": ["git://git.openembedded.org/bitbake", "master"],
-    "meta-qt4": ["ssh://git@push.yoctoproject.org/meta-qt4", "master"],
-    "meta-qt3": ["ssh://git@push.yoctoproject.org/meta-qt3", "master"],
-    "meta-mingw": ["ssh://git@push.yoctoproject.org/meta-mingw", "master"],
-    "meta-gplv2": ["ssh://git@push.yoctoproject.org/meta-gplv2", "master"],
+    "meta-qt4": ["git://git.yoctoproject.org/meta-qt4", "master"],
+    "meta-qt3": ["git://git.yoctoproject.org/meta-qt3", "master"],
+    "meta-mingw": ["git://git.yoctoproject.org/meta-mingw", "master"],
+    "meta-gplv2": ["git://git.yoctoproject.org/meta-gplv2", "master"],
     "meta-openembedded": ["git://git.openembedded.org/meta-openembedded", "master"],
-    "meta-virtualization": ["ssh://git@push.yoctoproject.org/meta-virtualization", "master"],
-    "yocto-docs": ["ssh://git@push.yoctoproject.org/yocto-docs", "master"]
+    "meta-virtualization": ["git://git.yoctoproject.org/meta-virtualization", "master"],
+    "yocto-docs": ["git://git.yoctoproject.org/yocto-docs", "master"]
 }
 
 trigger_builders_wait_shared = [
-- 
2.30.2



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-09-22 21:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-22  2:33 [yocto-autobuilder2][PATCH] config.py: default repository updates benjamin.esquivel
2022-09-22 12:42 ` [yocto] " Richard Purdie
2022-09-22 16:36   ` Benjamin Esquivel
2022-09-22 20:42     ` Richard Purdie
2022-09-22 21:25       ` Benjamin Esquivel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.