diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-08-26 20:25:50 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-08-26 20:25:50 +0200 |
commit | 303a91836dc31c4945fb38b86b8d7c1b65611362 (patch) | |
tree | b8a66915722276b49da7a67f940a1fd6ecd34564 | |
parent | d9ecdb93bfe7c7360d11c3d33b24725f47c56bcf (diff) | |
download | vyos-build-303a91836dc31c4945fb38b86b8d7c1b65611362.tar.gz vyos-build-303a91836dc31c4945fb38b86b8d7c1b65611362.zip |
Kernel: T2831: Update Linux Kernel to v4.19.142
-rw-r--r-- | data/defaults.json | 2 | ||||
-rw-r--r-- | packages/linux-kernel/Jenkinsfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/defaults.json b/data/defaults.json index 471952a1..393966c4 100644 --- a/data/defaults.json +++ b/data/defaults.json @@ -5,7 +5,7 @@ "debian_distribution": "buster", "vyos_mirror": "http://dev.packages.vyos.net/repositories/current", "vyos_branch": "current", - "kernel_version": "4.19.141", + "kernel_version": "4.19.142", "kernel_flavor": "amd64-vyos", "release_train": "equuleus", "additional_repositories": [ diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile index 5be70b18..c2a89b48 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.141' ]], + branches: [[name: 'v4.19.142' ]], userRemoteConfigs: [[credentialsId: 'GitHub-vyosbot', url: 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git']]]) } } |