From 6e6bc76113aa5183986b671e7a79102c2f7cf31f Mon Sep 17 00:00:00 2001 From: John Malconian Date: Tue, 23 Jun 2015 19:12:54 +0000 Subject: [PATCH] add centos 7 to DISTRO --- id-rpm-build/upload-rpms.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/id-rpm-build/upload-rpms.sh b/id-rpm-build/upload-rpms.sh index 2585586..9450fbe 100755 --- a/id-rpm-build/upload-rpms.sh +++ b/id-rpm-build/upload-rpms.sh @@ -18,6 +18,8 @@ fi if test -z "$DISTRO"; then if grep 'release 6' /etc/redhat-release >/dev/null; then DISTRO="centos/6" + elif grep 'release 7' /etc/redhat-release > /dev/null; then + DISTRO="centos/7" else DISTRO="centos/5.5" fi -- 1.7.10.4