From 1da4e790eb26d1333d57c7673ba491ca9b6dbde8 Mon Sep 17 00:00:00 2001 From: Mike Trimm <mitrimm@cisco.com> Date: Wed, 27 Apr 2016 11:40:19 -0500 Subject: [PATCH] Added RHEL rebuild ScientificLinux to supported distributions Change-Id: I8b3844bf28b11254e7cc9a96126bd66efbd1212e --- functions-common | 1 + 1 file changed, 1 insertion(+) diff --git a/functions-common b/functions-common index e44fea112d..4daa686dba 100644 --- a/functions-common +++ b/functions-common @@ -380,6 +380,7 @@ function GetDistro { DISTRO="sle${os_RELEASE%.*}" elif [[ "$os_VENDOR" =~ (Red.*Hat) || \ "$os_VENDOR" =~ (CentOS) || \ + "$os_VENDOR" =~ (Scientific) || \ "$os_VENDOR" =~ (OracleServer) || \ "$os_VENDOR" =~ (Virtuozzo) ]]; then # Drop the . release as we assume it's compatible