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 <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon
2020-01-07 16:37:09 +01:00
parent cae73d9dd9
commit 11c623613e

View File

@@ -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