mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user