Merge "Use DIB_EPEL_MIRROR when finding the epel-release package"
This commit is contained in:
commit
9b45586f0e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user