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:
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user