Merge "epel: support centos element"

This commit is contained in:
Jenkins 2015-05-07 06:48:56 +00:00 committed by Gerrit Code Review
commit ffbdfc893f

View File

@ -18,7 +18,7 @@ case "$DISTRO_NAME" in
RELEASE=7 RELEASE=7
URL=$BASE_URL/$RELEASE/x86_64/e/ URL=$BASE_URL/$RELEASE/x86_64/e/
;; ;;
rhel) rhel|centos)
RELEASE=6 RELEASE=6
URL=$BASE_URL/$RELEASE/$ARCH/ URL=$BASE_URL/$RELEASE/$ARCH/
;; ;;