[Q][PATCH 1/2] UBUNTU: [Packaging] d/t/ubuntu-regression-suite: use https to clone
Zixing Liu
zixing.liu at canonical.com
Tue Aug 26 08:01:05 UTC 2025
This workaround an issue with the newer autopkgtest runners that
blocks non-HTTP(S) traffic
Signed-off-by: Zixing Liu <zixing.liu at canonical.com>
---
debian/tests/ubuntu-regression-suite | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/tests/ubuntu-regression-suite b/debian/tests/ubuntu-regression-suite
index ef73cf5f7c1d..ba820f6102d7 100755
--- a/debian/tests/ubuntu-regression-suite
+++ b/debian/tests/ubuntu-regression-suite
@@ -41,6 +41,6 @@ if [ "$sver" != "$rver" ]; then
exit 1
fi
-git clone --depth=1 -b autotest3 git://git.launchpad.net/~canonical-kernel-team/+git/kernel-testing
+git clone --depth=1 -b autotest3 https://git.launchpad.net/~canonical-kernel-team/+git/kernel-testing
git -C kernel-testing/ show HEAD -q
kernel-testing/run-dep8-tests
--
2.50.1
More information about the kernel-team
mailing list