epel: support centos element
Allow the epel element to enable EPEL also on CentOS 6.x. Change-Id: I0e0ea0d2ea764d8ce4398635ae9124602b933791
This commit is contained in:
parent
9ba196394c
commit
9fcb919dc7
@ -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/
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user