From 11c623613eb34b8f4fd69775d2ddaed4d1a42d64 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 7 Jan 2020 16:37:09 +0100 Subject: [PATCH] distgit/pagure: move the hooks back to fedmsg Due to a permission issue with the fedora-messaging cert, we cannot move src.fp.o fully to fedora-messaging at this time, so moving back to fedmsg for the hook for now. Signed-off-by: Pierre-Yves Chibon --- roles/distgit/pagure/templates/pagure_hook.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/distgit/pagure/templates/pagure_hook.cfg b/roles/distgit/pagure/templates/pagure_hook.cfg index ef27926914..74ce643049 100644 --- a/roles/distgit/pagure/templates/pagure_hook.cfg +++ b/roles/distgit/pagure/templates/pagure_hook.cfg @@ -6,3 +6,6 @@ os.umask(0o002) DB_URL = 'postgresql://{{ distgit_pagure_db_ro_user }}:{{ distgit_pagure_db_ro_pass }}@{{ distgit_pagure_db_host }}/{{ distgit_pagure_db_name }}' {% include "pagure_shared.cfg" %} + +FEDMSG_NOTIFICATIONS = True +FEDORA_MESSAGING_NOTIFICATIONS = False