summaryrefslogtreecommitdiffstats
path: root/el8xr.cfg
blob: 1b5d47e36fa809a32d584a1a442eb4389dc3baa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include('el8x.tpl')

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

config_opts['macros']['%_with_rpmfusion']="1"

config_opts['yum.conf'] += """

[rpmfusion-free-updates]
name=rpmfusion-free-updates
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-el-updates-released-8&arch=x86_64
enabled=1

"""