diff mbox series

[scarthgap] CI: use canonical git.yoctoproject.org URLs

Message ID 20250404173913.3912737-1-ross.burton@arm.com
State New
Headers show
Series [scarthgap] CI: use canonical git.yoctoproject.org URLs | expand

Commit Message

Ross Burton April 4, 2025, 5:39 p.m. UTC
The canonical repository URLs don't use /git/.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
---
 ci/base.yml     | 2 +-
 ci/update-repos | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/ci/base.yml b/ci/base.yml
index a3e2c68b..912093a8 100644
--- a/ci/base.yml
+++ b/ci/base.yml
@@ -17,7 +17,7 @@  repos:
       meta-arm-toolchain:
 
   poky:
-    url: https://git.yoctoproject.org/git/poky
+    url: https://git.yoctoproject.org/poky
     layers:
       meta:
       meta-poky:
diff --git a/ci/update-repos b/ci/update-repos
index 069a94ea..ef69ee45 100755
--- a/ci/update-repos
+++ b/ci/update-repos
@@ -20,9 +20,9 @@  def repo_shortname(url):
             .replace('*', '.'))
 
 repositories = (
-    "https://git.yoctoproject.org/git/poky",
+    "https://git.yoctoproject.org/poky",
     "https://git.openembedded.org/meta-openembedded",
-    "https://git.yoctoproject.org/git/meta-virtualization",
+    "https://git.yoctoproject.org/meta-virtualization",
     "https://github.com/kraj/meta-clang",
 )