Merge "centos/centos7: switch to epel element"

This commit is contained in:
Jenkins 2015-05-15 18:07:52 +00:00 committed by Gerrit Code Review
commit a4db3f5ccb
4 changed files with 2 additions and 18 deletions

View File

@ -1,5 +1,6 @@
cache-url
dib-run-parts
epel
redhat-common
rpm-distro
yum

View File

@ -14,12 +14,3 @@ enabled=1
metadata_expire=7d
gpgcheck=0
EOF
cat << EOF > /etc/yum.repos.d/epel.repo
[epel]
name=Extra Packages for Enterprise Linux 6 - \$basearch
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=\$basearch
failovermethod=priority
enabled=1
gpgcheck=0
EOF

View File

@ -1,5 +1,6 @@
cache-url
dib-run-parts
epel
redhat-common
rpm-distro
source-repositories

View File

@ -14,12 +14,3 @@ enabled=1
metadata_expire=7d
gpgcheck=0
EOF
cat << EOF > /etc/yum.repos.d/epel.repo
[epel]
name=Extra Packages for Enterprise Linux 7 - \$basearch
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=\$basearch
failovermethod=priority
enabled=1
gpgcheck=0
EOF