From 9d4f6c7620cda1c53dc98c2260d86ddc9c2cc82c Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 29 Mar 2021 14:48:32 +0200 Subject: [PATCH] distgit/pagure: disable the hook to block un-signed commits Relates to https://pagure.io/fedora-infrastructure/issue/9793 Signed-off-by: Pierre-Yves Chibon --- roles/distgit/pagure/templates/pagure_shared.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/roles/distgit/pagure/templates/pagure_shared.cfg b/roles/distgit/pagure/templates/pagure_shared.cfg index 7f58b96e6a..addadafbe3 100644 --- a/roles/distgit/pagure/templates/pagure_shared.cfg +++ b/roles/distgit/pagure/templates/pagure_shared.cfg @@ -63,7 +63,10 @@ ALWAYS_FEDMSG_ON_COMMITS = True FEDMSG_NOTIFICATIONS = False FEDORA_MESSAGING_NOTIFICATIONS = True -DISABLED_PLUGINS = ['IRC', 'Pagure tickets', 'Read the Doc', 'Fedmsg'] +DISABLED_PLUGINS = [ + "IRC", "Pagure tickets", "Read the Doc", "Fedmsg", + "Block Un-Signed commits", +] GITOLITE_BACKEND = 'distgit'