From 88fc4617fc7f35c5c9e38ebe9c9f4754a56da996 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 28 Aug 2017 18:15:26 +0000 Subject: [PATCH] Two missing pieces for that debug patch. --- roles/bodhi2/backend/files/koji-sync-listener.py | 1 + roles/bodhi2/backend/tasks/main.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/roles/bodhi2/backend/files/koji-sync-listener.py b/roles/bodhi2/backend/files/koji-sync-listener.py index fff37c4966..b7219988b6 100644 --- a/roles/bodhi2/backend/files/koji-sync-listener.py +++ b/roles/bodhi2/backend/files/koji-sync-listener.py @@ -47,6 +47,7 @@ def main(fullname, fields, content): if __name__ == '__main__': config = fedmsg.config.load_config() logging.config.dictConfig(config['logging']) + fedmsg.meta.make_processors(**config) topic = 'io.pagure.prod.pagure.issue.edit' for _, _, topic, msg in fedmsg.tail_messages(topic=topic): # Extract some useful information for debugging diff --git a/roles/bodhi2/backend/tasks/main.yml b/roles/bodhi2/backend/tasks/main.yml index f33e0a2719..5f01d09725 100644 --- a/roles/bodhi2/backend/tasks/main.yml +++ b/roles/bodhi2/backend/tasks/main.yml @@ -26,6 +26,7 @@ - python-scandir - python2-productmd - compose-utils + - python-fedmsg-meta-fedora-infrastructure tags: - packages - bodhi