diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-11-06 19:09:19 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-11-06 19:09:19 +0100 |
commit | 9e6e486d5292919dd614541b54770a0b56b6a6ae (patch) | |
tree | 3b9f569fa5382d6d5d85f35b0d5bf6becfaead09 /packages | |
parent | 5797078cd2eca0e512fad76d1f343013176b916f (diff) | |
download | vyos-build-9e6e486d5292919dd614541b54770a0b56b6a6ae.tar.gz vyos-build-9e6e486d5292919dd614541b54770a0b56b6a6ae.zip |
Kernel: Firmware: T3052: update to 20201022
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 55ecdf6..0d5d681 100644 --- a/packages/linux-kernel/Jenkinsfile +++ b/packages/linux-kernel/Jenkinsfile @@ -113,7 +113,7 @@ pipeline { doGenerateSubmoduleConfigurations: false, extensions: [[$class: 'CleanCheckout'], [$class: 'CloneOption', depth: 1, noTags: false, reference: '', shallow: true]], - branches: [[name: '20191022' ]], + branches: [[name: '20201022' ]], userRemoteConfigs: [[credentialsId: 'GitHub-vyosbot', url: 'https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git']]]) } } |