From 5576a642f6823fc292598a93499b12727c2fa666 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 31 Jul 2017 17:40:29 +0200 Subject: [PATCH] Make pkgs01.stg benefit from the feature of pagure 3.4 --- roles/distgit/pagure/templates/pagure.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/distgit/pagure/templates/pagure.cfg b/roles/distgit/pagure/templates/pagure.cfg index 550b4491bf..f9ae6110cf 100644 --- a/roles/distgit/pagure/templates/pagure.cfg +++ b/roles/distgit/pagure/templates/pagure.cfg @@ -183,6 +183,9 @@ ENABLE_DEL_PROJECTS = False ENABLE_TICKETS = False ENABLE_USER_MNGT = False ENABLE_GROUP_MNGT = False +DEPLOY_KEY = False +LOCAL_SSH_KEY = False +ALLOW_DELETE_BRANCH = False ALLOWED_PREFIX = ['rpms', 'modules', 'container'] DISABLED_PLUGINS = ['IRC', 'Pagure tickets', 'Read the Doc']