summaryrefslogtreecommitdiffstats
path: root/fc33x81.cfg
blob: c6ca875b322b48ce2b9ea9bce03a1fc76a8a21eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
include('fc33x.tpl')

config_opts['root'] = 'fc33x81'
config_opts['resultdir'] = "/var/lib/mock/fc33x81"

config_opts['yum.conf'] += """
[remi-php81]
name=remi php81
baseurl=file:/home/rpmbuild/site/rpms/fedora/33/php81/x86_64/
enabled=1
metadata_expire=1

[result-fc33x81]
name=result-fc33x81
baseurl=file:/var/lib/mock/fc33x81/
metadata_expire=10
enabled=1

"""