From e9bfe75a91977a467ed5b66ca7ee5fcce30290d3 Mon Sep 17 00:00:00 2001 From: Vignesh Raman Date: Tue, 18 Feb 2025 11:20:22 +0530 Subject: [PATCH] debian-igt.sh: update link to Gitlab server The link for the upstream repository git://anongit.freedesktop.org/mesa/drm became obsolete with the move to Gitlab server in March 2024. Update the link from anongit to the Gitlab server. Signed-off-by: Vignesh Raman --- config/rootfs/debos/scripts/debian-igt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfs/debos/scripts/debian-igt.sh b/config/rootfs/debos/scripts/debian-igt.sh index b28d413623..ffda3b96ea 100755 --- a/config/rootfs/debos/scripts/debian-igt.sh +++ b/config/rootfs/debos/scripts/debian-igt.sh @@ -45,7 +45,7 @@ echo '{ "tests_suites": [' >> $BUILDFILE # Build libdrm ######################################################################## -DRM_URL=git://anongit.freedesktop.org/mesa/drm +DRM_URL=https://gitlab.freedesktop.org/mesa/drm.git mkdir -p /tmp/tests/libdrm && cd /tmp/tests/libdrm git clone --depth=1 $DRM_URL .