diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-11-19 22:37:02 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-11-19 22:37:02 +0100 |
commit | 672739fa2b034dbdd6b963aee1b6bb531b6077f3 (patch) | |
tree | 3f58aff1be69b8bcb63bfa60932cf6ff780671aa /packages/linux-kernel | |
parent | 0e48246c44c328e03bbdd9ce72c5dccd2d7c002e (diff) | |
download | vyos-build-672739fa2b034dbdd6b963aee1b6bb531b6077f3.tar.gz vyos-build-672739fa2b034dbdd6b963aee1b6bb531b6077f3.zip |
Kernel: T3075: update Linux Kernel to v4.19.158
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 726df04c..fcd4c2a3 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.157' ]], + branches: [[name: 'v4.19.158' ]], userRemoteConfigs: [[credentialsId: 'GitHub-vyosbot', url: 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git']]]) } } |