diff options
author | Christian Poessinger <christian.poessinger@rohde-schwarz.com> | 2020-12-03 07:54:34 +0100 |
---|---|---|
committer | Christian Poessinger <christian.poessinger@rohde-schwarz.com> | 2020-12-03 07:54:34 +0100 |
commit | 7e638783ad7bbef0dac7478f3bf449313e7ecf96 (patch) | |
tree | ad576b50913251542c48829be7cc9d4d64850e26 /packages | |
parent | 65ebf0e2c4113c830013a4d6c21035db6a7ed213 (diff) | |
download | vyos-build-7e638783ad7bbef0dac7478f3bf449313e7ecf96.tar.gz vyos-build-7e638783ad7bbef0dac7478f3bf449313e7ecf96.zip |
Kernel: T3107: update Linux Kernel to v4.19.161
Diffstat (limited to 'packages')
-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 27751258..4d08b9d7 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: 'v4.19.161' ]], userRemoteConfigs: [[credentialsId: 'GitHub-vyosbot', url: 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git']]]) } } |