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