summaryrefslogtreecommitdiff
path: root/packages/linux-kernel/Jenkinsfile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-10-03 09:51:59 +0200
committerChristian Poessinger <christian@poessinger.com>2020-10-03 09:51:59 +0200
commitb481a3ee4c947d78cb1488b542c31c23cd473b7f (patch)
treed156458406a06ae0f991aa65665e7547b225441b /packages/linux-kernel/Jenkinsfile
parent8890819012f9a51384b108ebd50532c008b5c132 (diff)
downloadvyos-build-b481a3ee4c947d78cb1488b542c31c23cd473b7f.tar.gz
vyos-build-b481a3ee4c947d78cb1488b542c31c23cd473b7f.zip
Kernel: T2955: Update Linux Kernel to v4.19.149
Diffstat (limited to 'packages/linux-kernel/Jenkinsfile')
-rw-r--r--packages/linux-kernel/Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile
index 2b18221..afc7aca 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.148' ]],
+ branches: [[name: 'v4.19.149' ]],
userRemoteConfigs: [[credentialsId: 'GitHub-vyosbot', url: 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git']]])
}
}