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(-)

Comments

Jon Mason April 2, 2025, 3:33 a.m. UTC | #1
On Wed, 26 Mar 2025 18:12:03 +0000, Ross Burton wrote:
> The canonical repository URLs don't use /git/.
> 
> 

Applied, thanks!

[1/4] CI: use canonical git.yoctoproject.org URLs
      commit: 5d0fcd503baf8278eed4ecc5ee51a37e183bce6a
[2/4] ci: forward the exit code from update-repos
      commit: 69f9b2da1447dbc3fb85075213e195a9647b46ec
[3/4] ci: show KAS_PREMIRRORS in preamble
      commit: 95e4041c19f08d93098ddc998d0ecc8d9df31c38
[4/4] ci/update-repos: always pass the latest URL
      commit: 49cad31d10e6a3d4539c171205254e1ced443e33

Best regards,
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",
 )