mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Kernel: T4928: fix path on remote url
This commit is contained in:
parent
9dd97c1873
commit
48d7734e88
4
packages/linux-kernel/Jenkinsfile
vendored
4
packages/linux-kernel/Jenkinsfile
vendored
@ -29,8 +29,8 @@ def pkgList = [
|
||||
# read the required Kernel version
|
||||
KERNEL_VER=\$(cat ../../data/defaults.toml | tomlq -r .kernel_version)
|
||||
gpg2 --locate-keys torvalds@kernel.org gregkh@kernel.org
|
||||
curl -OL https://www.kernel.org/pub/linux/kernel/v5.x/linux-${KERNEL_VER}.tar.xz
|
||||
curl -OL https://www.kernel.org/pub/linux/kernel/v5.x/linux-${KERNEL_VER}.tar.sign
|
||||
curl -OL https://www.kernel.org/pub/linux/kernel/v6.x/linux-${KERNEL_VER}.tar.xz
|
||||
curl -OL https://www.kernel.org/pub/linux/kernel/v6.x/linux-${KERNEL_VER}.tar.sign
|
||||
xz -cd linux-${KERNEL_VER}.tar.xz | gpg2 --verify linux-${KERNEL_VER}.tar.sign -
|
||||
if [ $? -ne 0 ]; then
|
||||
exit 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user