Have new tags inherit from 'module-package-list' and remove the 'force' parameter when tagging a build

This commit is contained in:
Matt Prahl
2017-02-28 12:38:48 -05:00
parent 6dd223fd12
commit 6ff2c19b60
2 changed files with 9 additions and 4 deletions

View File

@@ -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'],