aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2018-12-28 13:20:33 +0100
committerGerd Hoffmann <kraxel@redhat.com>2018-12-28 13:20:33 +0100
commite4ec80c8bb55aaa4c8baf0c243546183d9938841 (patch)
tree515084909b19a967a370b95d2e573e97bb5737db /scripts
parent42766f541c679bba6e3495a84e8c9fcfbad49065 (diff)
downloadjenkinsfiles-e4ec80c8bb55aaa4c8baf0c243546183d9938841.tar.gz
drop old lts
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/prepare-kernel.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/prepare-kernel.sh b/scripts/prepare-kernel.sh
index d6ec388..3270838 100755
--- a/scripts/prepare-kernel.sh
+++ b/scripts/prepare-kernel.sh
@@ -5,9 +5,6 @@ version="${tag#v}"
rpmvers="${version}"
release="${BUILD_NUMBER}"
case $version in
-4.4.*) variant="lts404";;
-4.9.*) variant="lts409";;
-4.14.*) variant="lts414";;
4.19.*) variant="lts";;
*-rc*) variant="candidate"
rpmvers="${version%-*}.0"