diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-09-10 10:52:00 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-09-10 10:52:00 +0200 |
commit | 0b69d007405cacb680fc8a6130f2e4f9765ca977 (patch) | |
tree | fb131e8e3708ecf3653b2cd013cf53faddaaee1e /packages/linux-kernel | |
parent | 5fbfd67b1a767bcc976f012c5cd89488b766f13c (diff) | |
download | vyos-build-0b69d007405cacb680fc8a6130f2e4f9765ca977.tar.gz vyos-build-0b69d007405cacb680fc8a6130f2e4f9765ca977.zip |
Kernel: T2870: Update Linux Kernel to v5.8.8
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 1b230e47..09771a51 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: 'v5.8.5' ]], + branches: [[name: 'v5.8.8' ]], userRemoteConfigs: [[credentialsId: 'GitHub-vyosbot', url: 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git']]]) } } |