9 lines
303 B
INI
9 lines
303 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-ppc64le'
|
|
config_opts['target_arch'] = 'ppc64le'
|
|
config_opts['legal_host_arches'] = ('ppc64le',)
|