From 042da8f0d7b9fcca02182dfd5575f97ef425d763 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kalu=C5=BEa?= Date: Fri, 12 May 2017 10:13:54 +0000 Subject: [PATCH] MBS: Remove module-* targets one hour after build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Kaluža --- roles/mbs/common/templates/config.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/mbs/common/templates/config.py b/roles/mbs/common/templates/config.py index 0c488fd29f..488fc7377e 100644 --- a/roles/mbs/common/templates/config.py +++ b/roles/mbs/common/templates/config.py @@ -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'