From 30f7f775b40c56044b88f97d67f66f45d0fb7ffe Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 8 Apr 2019 12:24:14 +0200 Subject: [PATCH] Have pagure log commits on all branches Signed-off-by: Pierre-Yves Chibon --- roles/distgit/pagure/templates/pagure_shared.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/distgit/pagure/templates/pagure_shared.cfg b/roles/distgit/pagure/templates/pagure_shared.cfg index eb37573e39..224320da22 100644 --- a/roles/distgit/pagure/templates/pagure_shared.cfg +++ b/roles/distgit/pagure/templates/pagure_shared.cfg @@ -54,6 +54,7 @@ DEPLOY_KEY = False LOCAL_SSH_KEY = False ALLOW_DELETE_BRANCH = False EMAIL_ON_WATCHCOMMITS = False +LOG_ALL_COMMITS = True DISABLED_PLUGINS = ['IRC', 'Pagure tickets', 'Read the Doc', 'Fedmsg']