summaryrefslogtreecommitdiffstats
path: root/etc/mock/fedora-13-sparc.cfg
blob: 777df2c55c4f1bb8a7bdb0def59c5e3935f4261e (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
34
35
36
config_opts['root'] = 'fedora-13-sparc'
config_opts['target_arch'] = 'sparcv9'
config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
config_opts['dist'] = 'fc13'  # only useful for --resultdir variable subst

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=*.sparc64
# The above is not needed anymore with yum multilib policy of "best" which is the default in Fedora.

# repos

[fedora]
name=fedora
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-13&arch=sparc
failovermethod=priority

[updates-released]
name=updates
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f13&arch=sparc
failovermethod=priority

[local]
name=local
baseurl=http://sparc.koji.fedoraproject.org/repos/dist-f13-build/latest/sparc/
cost=2000
enabled=0
"""