From a4826918085ac099181765169e2657435d3f0180 Mon Sep 17 00:00:00 2001 From: Bob Glossman Date: Mon, 2 Nov 2015 15:39:37 -0800 Subject: [PATCH] LU-7375 lbuild: add missing case to lbuild Add the missing case of el6.7 to autodetect_target Signed-off-by: Bob Glossman Change-Id: I6a8032eb03b2fb3002798aa49ee585879cf711c3 Reviewed-on: http://review.whamcloud.com/17024 Tested-by: Jenkins Reviewed-by: Dmitry Eremin Reviewed-by: John L. Hammond Tested-by: Maloo Reviewed-by: Oleg Drokin --- contrib/lbuild/funcs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/lbuild/funcs.sh b/contrib/lbuild/funcs.sh index b06095d..0ee4bb5 100644 --- a/contrib/lbuild/funcs.sh +++ b/contrib/lbuild/funcs.sh @@ -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";; -- 1.8.3.1