summaryrefslogtreecommitdiff
path: root/packages/linux-kernel/Jenkinsfile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-12-14 16:35:56 +0100
committerChristian Poessinger <christian@poessinger.com>2020-12-14 16:35:56 +0100
commit4d1f145cb19d8e14ad7f0f1cd96214ee424bebb5 (patch)
tree46b2e2bd2d14eadf23ded0a71da3edffb8d1ad01 /packages/linux-kernel/Jenkinsfile
parent1efea42f805d27c5bc6a97b072a201113c5fccab (diff)
parent3939384aff842cc3fb6c5d24d3d2af17ecf0fab9 (diff)
downloadvyos-build-4d1f145cb19d8e14ad7f0f1cd96214ee424bebb5.tar.gz
vyos-build-4d1f145cb19d8e14ad7f0f1cd96214ee424bebb5.zip
Merge branch 'kernel-5.4' of github.com:c-po/vyos-build into current
* 'kernel-5.4' of github.com:c-po/vyos-build: Kernel: T3129: update Linux Kernel to v5.4.83
Diffstat (limited to 'packages/linux-kernel/Jenkinsfile')
-rw-r--r--packages/linux-kernel/Jenkinsfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile
index 1bab252e..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.162' ]],
+ 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']]])
}
}