Delete build target after config.koji_target_delete_time seconds.

This commit is contained in:
Jan Kaluza
2017-05-10 22:20:10 +02:00
parent e9e7f44d70
commit 22758419c0
4 changed files with 110 additions and 6 deletions

View File

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