From 1175a62b346475174e0527c8d7c6d32ce30e5e87 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 30 Aug 2020 16:09:58 +0200 Subject: WireGuard: T2842: switch to binary package from buster-backports --- packages/linux-kernel/Jenkinsfile | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'packages/linux-kernel') diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile index 1c660058..9003203c 100644 --- a/packages/linux-kernel/Jenkinsfile +++ b/packages/linux-kernel/Jenkinsfile @@ -129,13 +129,6 @@ pipeline { } } steps { - dir(env.BASE_DIR + '/wireguard') { - checkout([$class: 'GitSCM', - doGenerateSubmoduleConfigurations: false, - extensions: [[$class: 'CleanCheckout']], - branches: [[name: 'debian/1.0.20200513-1_bpo10+1' ]], - userRemoteConfigs: [[credentialsId: 'GitHub-vyosbot', url: 'https://salsa.debian.org/debian/wireguard.git']]]) - } dir(env.BASE_DIR + '/wireguard-linux-compat') { checkout([$class: 'GitSCM', doGenerateSubmoduleConfigurations: false, @@ -200,9 +193,6 @@ pipeline { dir(env.BASE_DIR) { // In Debian wireguard repo commit edb7124c866ea0e506278c311fc82dfde1f957be // they decided to split source code of the kernel part and tools - dir('wireguard') { - sh "dpkg-buildpackage -b -us -uc -tc" - } sh "./build-wireguard-modules.sh" } } -- cgit v1.2.3