UBUNTU: [Debian] Use kernel-testing repo from launchpad

BugLink: https://bugs.launchpad.net/bugs/1968016

Reflect the change with kernel-testing repo moved from kernel.ubuntu.com
to launchpad, where we host all of our testing tools.

Use shallow clone to save some bandwidth / time.

Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
This commit is contained in:
Po-Hsu Lin
2022-04-08 15:41:44 +08:00
committed by Paolo Pisati
parent fd1a73db29
commit 9a1b50223e
+1 -1
View File
@@ -41,5 +41,5 @@ if [ "$sver" != "$rver" ]; then
exit 1
fi
git clone git://kernel.ubuntu.com/ubuntu/kernel-testing
git clone --depth=1 git://git.launchpad.net/~canonical-kernel-team/+git/kernel-testing
kernel-testing/run-dep8-tests