aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/cobbler/snippets/yum.repos.d/centos/6.5/kickstart_centos_epel_testing_repo
blob: c09468a0041a64acd2c31ccbfe2b36725524c06a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
cat << EOF > /etc/yum.repos.d/epel-testing.repo
[epel-testing]
name=Extra Packages for Enterprise Linux 6 - Testing - \\$basearch
baseurl=http://download.fedoraproject.org/pub/epel/testing/6/\\$basearch
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=testing-epel6&arch=\\$basearch
failovermethod=priority
enabled=0
gpgcheck=0

[epel-testing-debuginfo]
name=Extra Packages for Enterprise Linux 6 - Testing - \\$basearch - Debug
baseurl=http://download.fedoraproject.org/pub/epel/testing/6/\\$basearch/debug
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=testing-debug-epel6&arch=\\$basearch
failovermethod=priority
enabled=0
gpgcheck=0

[epel-testing-source]
name=Extra Packages for Enterprise Linux 6 - Testing - \\$basearch - Source
baseurl=http://download.fedoraproject.org/pub/epel/testing/6/SRPMS
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=testing-source-epel6&arch=\\$basearch
failovermethod=priority
enabled=0
gpgcheck=0
EOF