X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=contrib%2Flbuild%2Ffuncs.sh;h=5f729efc71b2203cc57021683724b15fa1c35733;hb=ffd4523f2d50ef952112f44ffd524af991b4baed;hp=be8f69651bd36a1d1a39d41f5539a61a3680c129;hpb=d37b0ab99eaeeac391088848c275d2757b6ff17d;p=fs%2Flustre-release.git diff --git a/contrib/lbuild/funcs.sh b/contrib/lbuild/funcs.sh index be8f696..5f729ef 100644 --- a/contrib/lbuild/funcs.sh +++ b/contrib/lbuild/funcs.sh @@ -190,23 +190,17 @@ autodetect_target() { local target="" case ${distro} in - oel5*) target="2.6-oel5";; - rhel5*) target="2.6-rhel5";; - rhel6.9) target="2.6-rhel6.9";; - rhel6.8) target="2.6-rhel6.8";; - rhel6.7) target="2.6-rhel6.7";; - rhel6.6) target="2.6-rhel6.6";; - rhel6*) target="2.6-rhel6";; rhel7*) target="3.10-rhel7";; rhel8*) target="4.18-rhel8";; - sles10*) target="2.6-sles10";; sles11.4) target="$(uname -r | cut -d . -f 1,2)-sles11sp4";; sles11.3) target="$(uname -r | cut -d . -f 1,2)-sles11sp3";; sles11*) target="$(uname -r | cut -d . -f 1,2)-sles11";; + sles12.5) target="$(uname -r | cut -d . -f 1,2)-sles12sp5";; sles12.4) target="$(uname -r | cut -d . -f 1,2)-sles12sp4";; sles12.3) target="$(uname -r | cut -d . -f 1,2)-sles12sp3";; sles12*) target="$(uname -r | cut -d . -f 1,2)-sles12";; - fc15) target="2.6-fc15";; + sles15.1) target="$(uname -r | cut -d . -f 1,2)-sles15sp1";; + sles15.2) target="$(uname -r | cut -d . -f 1,2)-sles15sp2";; fc18) target="3.x-fc18";; *) fatal 1 "I don't know what distro $distro is.\nEither update autodetect_target() or use the --target argument.";; esac