Whamcloud - gitweb
LU-7725 osp: get update reply from replied req
[fs/lustre-release.git] / contrib / lbuild / funcs.sh
index 56a7089..0ee4bb5 100644 (file)
@@ -186,10 +186,12 @@ autodetect_target() {
     case ${distro} in
           oel5*)  target="2.6-oel5";;
          rhel5*)  target="2.6-rhel5";;
+         rhel6.7) target="2.6-rhel6.7";;
          rhel6.6) target="2.6-rhel6.6";;
          rhel6*)  target="2.6-rhel6";;
          rhel7*)  target="3.10-rhel7";;
         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*)  target="$(uname -r | cut -d . -f 1,2)-sles12";;