MBS: Remove module-* targets one hour after build

Signed-off-by: Jan Kaluža <jkaluza@batcave01.phx2.fedoraproject.org>
This commit is contained in:
Jan Kaluža 2017-05-12 10:13:54 +00:00
parent 5e2fca7011
commit 042da8f0d7

View file

@ -147,6 +147,9 @@ class ProdConfiguration(BaseConfiguration):
NUM_CONSECUTIVE_BUILDS = 20
# Delete module-* targets one hour after build
KOJI_TARGET_DELETE_TIME = 3600
# These aren't really secret.
OIDC_CLIENT_SECRETS = path.join(confdir, 'client_secrets.json')
OIDC_REQUIRED_SCOPE = 'https://mbs.fedoraproject.org/oidc/submit-build'