Merge "Use DIB_EPEL_MIRROR when finding the epel-release package"

This commit is contained in:
Jenkins 2015-10-21 15:08:16 +00:00 committed by Gerrit Code Review
commit 9b45586f0e

View File

@ -12,7 +12,7 @@ if [ 'amd64' = "$ARCH" ] ; then
ARCH="x86_64"
fi
BASE_URL=http://download.fedoraproject.org/pub/epel
BASE_URL=${DIB_EPEL_MIRROR:-http://download.fedoraproject.org/pub/epel}
case "$DISTRO_NAME" in
rhel7|centos7)
RELEASE=7