mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-05-12 19:07:12 +08:00
Have new tags inherit from 'module-package-list' and remove the 'force' parameter when tagging a build
This commit is contained in:
@@ -163,6 +163,10 @@ class Config(object):
|
||||
'type': str,
|
||||
'default': '',
|
||||
'desc': 'Target to build "module-build-macros" RPM in.'},
|
||||
'koji_tag_inherit_from': {
|
||||
'type': str,
|
||||
'default': 'module-package-list',
|
||||
'desc': 'Tag that new module tags inherit from.'},
|
||||
'koji_tag_prefixes': {
|
||||
'type': list,
|
||||
'default': ['module'],
|
||||
|
||||
Reference in New Issue
Block a user