mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Kernel: T2797: Update Linux Kernel to v4.19.139
This commit is contained in:
parent
97ef436aad
commit
17e52722af
@ -5,7 +5,7 @@
|
||||
"debian_distribution": "buster",
|
||||
"vyos_mirror": "http://dev.packages.vyos.net/repositories/current",
|
||||
"vyos_branch": "current",
|
||||
"kernel_version": "4.19.138",
|
||||
"kernel_version": "4.19.139",
|
||||
"kernel_flavor": "amd64-vyos",
|
||||
"release_train": "equuleus",
|
||||
"additional_repositories": [
|
||||
|
||||
2
packages/linux-kernel/Jenkinsfile
vendored
2
packages/linux-kernel/Jenkinsfile
vendored
@ -92,7 +92,7 @@ pipeline {
|
||||
doGenerateSubmoduleConfigurations: false,
|
||||
extensions: [[$class: 'CleanCheckout'],
|
||||
[$class: 'CloneOption', depth: 1, noTags: false, reference: '', shallow: true]],
|
||||
branches: [[name: 'v4.19.138' ]],
|
||||
branches: [[name: 'v4.19.139' ]],
|
||||
userRemoteConfigs: [[credentialsId: 'GitHub-vyosbot', url: 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git']]])
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user