diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-07-25 14:54:35 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-07-25 14:54:35 +0200 |
commit | 5b5b9065ab4de5a9643ecedbfeef5171b8f71725 (patch) | |
tree | d462be1ae850c65aeea561ed12c0d35750798134 /packages | |
parent | 7c674b7872ffcb55d7d9d26d25716324055bb5ab (diff) | |
download | vyos-build-5b5b9065ab4de5a9643ecedbfeef5171b8f71725.tar.gz vyos-build-5b5b9065ab4de5a9643ecedbfeef5171b8f71725.zip |
Kernel: T2730: Update Linux Kernel to v4.19.134
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 efac06ed..8db04067 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.131' ]], + branches: [[name: 'v4.19.134' ]], userRemoteConfigs: [[credentialsId: 'GitHub-vyosbot', url: 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git']]]) } } |