summaryrefslogtreecommitdiffstats
path: root/etc/fedora-devel-ppc.cfg
blob: 68d878a9386049159bcb2c6e6de8c7b11964eb27 (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
26
27
28
29
30
31
32
33
#!/usr/bin/python -tt
import os
config_opts['root'] = 'fedora-development-ppc'
config_opts['target_arch'] = 'ppc'


config_opts['yum.conf'] = """
[main]
cachedir=/var/cache/yum
debuglevel=1
reposdir=/dev/null
logfile=/var/log/yum.log
retries=20
obsoletes=1
gpgcheck=0
assumeyes=1
exclude=*.ppc64

# repos

[fedora]
name=fedora
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=ppc

[local]
name=local
baseurl=http://koji.fedoraproject.org/static-repos/dist-f8-build-current/ppc/
exclude=*debuginfo*
enabled=0
"""