diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-11-29 08:51:17 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-12-14 16:34:43 +0100 |
commit | 3939384aff842cc3fb6c5d24d3d2af17ecf0fab9 (patch) | |
tree | 795002ca7180a3e2af45a06e1c9850791e1ca916 /packages/linux-kernel/Jenkinsfile | |
parent | b35660db9bd641a9ffc4c21e2dce7379d08c458c (diff) | |
download | vyos-build-3939384aff842cc3fb6c5d24d3d2af17ecf0fab9.tar.gz vyos-build-3939384aff842cc3fb6c5d24d3d2af17ecf0fab9.zip |
Kernel: T3129: update Linux Kernel to v5.4.83
Diffstat (limited to 'packages/linux-kernel/Jenkinsfile')
-rw-r--r-- | packages/linux-kernel/Jenkinsfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile index 27751258..db654f33 100644 --- a/packages/linux-kernel/Jenkinsfile +++ b/packages/linux-kernel/Jenkinsfile @@ -92,7 +92,7 @@ pipeline { doGenerateSubmoduleConfigurations: false, extensions: [[$class: 'CleanCheckout'], [$class: 'CloneOption', depth: 1, noTags: false, reference: '', shallow: true]], - branches: [[name: 'v4.19.160' ]], + branches: [[name: 'v5.4.83' ]], userRemoteConfigs: [[credentialsId: 'GitHub-vyosbot', url: 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git']]]) } } @@ -133,7 +133,7 @@ pipeline { checkout([$class: 'GitSCM', doGenerateSubmoduleConfigurations: false, extensions: [[$class: 'CleanCheckout']], - branches: [[name: 'debian/1.0.20200908-1_bpo10+1' ]], + branches: [[name: 'debian/1.0.20201112-1_bpo10+1' ]], userRemoteConfigs: [[credentialsId: 'GitHub-vyosbot', url: 'https://salsa.debian.org/debian/wireguard-linux-compat.git']]]) } } |