9 lines
307 B
INI
9 lines
307 B
INI
config_opts["koji_primary_repo"] = "epel"
|
|
include('templates/centos-stream-9.tpl')
|
|
include('templates/epel-9.tpl')
|
|
|
|
config_opts['root'] = 'centos-stream+epel-9-x86_64'
|
|
config_opts['description'] = 'CentOS Stream 9 + EPEL'
|
|
config_opts['target_arch'] = 'x86_64'
|
|
config_opts['legal_host_arches'] = ('x86_64',)
|