[J][SRU][PATCH 1/1] UBUNTU: [Packaging] d/t/ubuntu-regression-suite: use https to clone

Po-Hsu Lin po-hsu.lin at canonical.com
Tue Feb 10 04:46:32 UTC 2026


This workaround an issue with the newer autopkgtest runners that
blocks non-HTTP(S) traffic.

Signed-off-by: Po-Hsu Lin <po-hsu.lin 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 7a69cfe3688b..f95e2ce17ede 100755
--- a/debian/tests/ubuntu-regression-suite
+++ b/debian/tests/ubuntu-regression-suite
@@ -41,5 +41,5 @@ if [ "$sver" != "$rver" ]; then
     exit 1
 fi
 
-git clone --depth=1 git://git.launchpad.net/~canonical-kernel-team/+git/kernel-testing
+git clone --depth=1 https://git.launchpad.net/~canonical-kernel-team/+git/kernel-testing
 kernel-testing/run-dep8-tests
-- 
2.34.1




More information about the kernel-team mailing list