summaryrefslogtreecommitdiffstats
path: root/etc/mock/fedora-rawhide-s390x.cfg
blob: 10ba32d678e5c677e37a9c0aaf58afc5ce2ef8c7 (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
config_opts['root'] = 'fedora-rawhide-s390x'
config_opts['target_arch'] = 's390x'
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

# repos

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

[local]
name=local
baseurl=http://s390.koji.fedoraproject.org/repos/dist-rawhide/latest/s390x/
cost=2000
enabled=0
"""