]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Gitlab CI: Switch to git.u-boot-project.org master
authorTom Rini <trini@konsulko.com>
Fri, 10 Jul 2026 16:37:06 +0000 (10:37 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 13 Jul 2026 13:35:20 +0000 (07:35 -0600)
Now that we have everything available on git.u-boot-project.org, switch
URLs to that location.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
.gitlab-ci-sage-lab.yml
.gitlab-ci.yml

index e2f368486047e946d293227815043c64e870445d..90f97696f86ca1608a5a318333ad4f94ec88806f 100644 (file)
@@ -16,7 +16,7 @@
   before_script:
     # Clone uboot-test-hooks
     - git config --global --add safe.directory "${CI_PROJECT_DIR}"
-    - git clone --depth=1 https://source.denx.de/u-boot/u-boot-test-hooks /tmp/uboot-test-hooks
+    - git clone --depth=1 https://git.u-boot-project.org/u-boot/u-boot-test-hooks /tmp/uboot-test-hooks
     - ln -s sage /tmp/uboot-test-hooks/bin/`hostname`
     - ln -s sage /tmp/uboot-test-hooks/py/`hostname`
     - export LG_ENV="/tmp/uboot-test-hooks/bin/sage/labgrid-sage-env.yaml";
index c2716af190463249b8600502b020e66cad129d00..f53c9286c0c56c0b889a1b9824c351ec9435debf 100644 (file)
@@ -36,7 +36,7 @@ stages:
   before_script:
     # Clone uboot-test-hooks
     - git config --global --add safe.directory "${CI_PROJECT_DIR}"
-    - git clone --depth=1 https://source.denx.de/u-boot/u-boot-test-hooks /tmp/uboot-test-hooks
+    - git clone --depth=1 https://git.u-boot-project.org/u-boot/u-boot-test-hooks /tmp/uboot-test-hooks
     # qemu_arm64_lwip_defconfig is the same as qemu_arm64 but with NET_LWIP enabled.
     # The test config and the boardenv file from qemu_arm64 can be re-used so create symlinks
     - ln -s conf.qemu_arm64 /tmp/uboot-test-hooks/bin/travis-ci/conf.qemu_arm64_lwip_na