diff mbox series

[1/4] CI: use canonical git.yoctoproject.org URLs

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

Commit Message

Ross Burton March 26, 2025, 6:12 p.m. UTC
The canonical repository URLs don't use /git/.

Signed-off-by: Ross Burton <ross.burton@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 d1c933d0..fc182092 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",
 )