mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-05-16 13:56:11 +08:00
Delete build target after config.koji_target_delete_time seconds.
This commit is contained in:
@@ -181,6 +181,11 @@ class Config(object):
|
||||
'type': list,
|
||||
'default': ['module'],
|
||||
'desc': 'List of allowed koji tag prefixes.'},
|
||||
'koji_target_delete_time': {
|
||||
'type': int,
|
||||
'default': 24*3600,
|
||||
'desc': 'Time in seconds after which the Koji target of '
|
||||
'built module is deleted'},
|
||||
'allow_custom_scmurls': {
|
||||
'type': bool,
|
||||
'default': False,
|
||||
|
||||
Reference in New Issue
Block a user