mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-02-11 17:14:59 +08:00
Set the default base_module_names config option to be platform
This commit is contained in:
@@ -412,7 +412,7 @@ class Config(object):
|
||||
'the groups in LDAP')},
|
||||
'base_module_names': {
|
||||
'type': set,
|
||||
'default': set(['platform', 'bootstrap']),
|
||||
'default': set(['platform']),
|
||||
'desc': ("Set of module names which defines the product version "
|
||||
"(by their stream) of modules depending on them.")},
|
||||
'base_module_koji_arches': {
|
||||
|
||||
Reference in New Issue
Block a user