diff options
Diffstat (limited to 'packages/linux-kernel')
| -rw-r--r-- | packages/linux-kernel/Jenkinsfile | 10 | 
1 files changed, 0 insertions, 10 deletions
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"                          }                      }  | 
