diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-10-03 09:51:59 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-10-03 09:51:59 +0200 |
commit | b481a3ee4c947d78cb1488b542c31c23cd473b7f (patch) | |
tree | d156458406a06ae0f991aa65665e7547b225441b /packages/linux-kernel | |
parent | 8890819012f9a51384b108ebd50532c008b5c132 (diff) | |
download | vyos-build-b481a3ee4c947d78cb1488b542c31c23cd473b7f.tar.gz vyos-build-b481a3ee4c947d78cb1488b542c31c23cd473b7f.zip |
Kernel: T2955: Update Linux Kernel to v4.19.149
Diffstat (limited to 'packages/linux-kernel')
-rw-r--r-- | packages/linux-kernel/Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile index 2b182211..afc7acab 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']]]) } } |