diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-03-22 14:49:04 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-03-22 14:49:04 +0100 |
commit | 7229bd175c9ecdfc6824f2f25c24f5ee3d7bc831 (patch) | |
tree | 484d23a0bf5303cdf94ac3e8ab8fb32a6bf14a39 /scripts | |
parent | fa26b355cb2e9d89cdfb77c1e6e0a7c2ec4ceb9d (diff) | |
download | jenkinsfiles-7229bd175c9ecdfc6824f2f25c24f5ee3d7bc831.tar.gz |
fix 414 variant
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/prepare-kernel.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/prepare-kernel.sh b/scripts/prepare-kernel.sh index 45bb03d..2d6b275 100755 --- a/scripts/prepare-kernel.sh +++ b/scripts/prepare-kernel.sh @@ -5,7 +5,7 @@ ver="${tag#v}" case $ver in 4.4.*) variant="lts404";; 4.9.*) variant="lts409";; -4.9.*) variant="lts414";; +4.14.*) variant="lts414";; *) variant="mainline";; esac rm -rvf linux-*.tar* |