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

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

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

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

"""