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