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