Whamcloud - gitweb
LU-7375 lbuild: add missing case to lbuild 24/17024/4
authorBob Glossman <bob.glossman@intel.com>
Mon, 2 Nov 2015 23:39:37 +0000 (15:39 -0800)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 2 Dec 2015 03:55:32 +0000 (03:55 +0000)
Add the missing case of el6.7 to autodetect_target

Signed-off-by: Bob Glossman <bob.glossman@intel.com>
Change-Id: I6a8032eb03b2fb3002798aa49ee585879cf711c3
Reviewed-on: http://review.whamcloud.com/17024
Tested-by: Jenkins
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
contrib/lbuild/funcs.sh

index b06095d..0ee4bb5 100644 (file)
@@ -186,6 +186,7 @@ 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";;