diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-01-09 18:02:54 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-01-09 18:02:54 +0100 |
commit | c844282315f284f808d06e51668ca6d7fd7ce2e7 (patch) | |
tree | 69faf58f0e7effb490b780ef96008d623acc526b /packages | |
parent | afa7d9b3bac98623028085007c8c8fbf2a2713d2 (diff) | |
download | vyos-build-c844282315f284f808d06e51668ca6d7fd7ce2e7.tar.gz vyos-build-c844282315f284f808d06e51668ca6d7fd7ce2e7.zip |
Kernel: T3199: update Linux Kernel to v5.10.6
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 a21a186..e1fcdb1 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.10.5' ]], + branches: [[name: 'v5.10.6' ]], userRemoteConfigs: [[credentialsId: 'GitHub-vyosbot', url: 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git']]]) } } |