From 1aea17126e400da4bb29ffd7d157899c833e11ed Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 15 Sep 2016 13:22:38 +0000 Subject: Ignore the new postCommit koji callback. Added in https://pagure.io/koji/pull-request/148 --- roles/koji_hub/templates/fedmsg-koji-plugin.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/koji_hub/templates/fedmsg-koji-plugin.py b/roles/koji_hub/templates/fedmsg-koji-plugin.py index 0f95fcadf..084d1637e 100644 --- a/roles/koji_hub/templates/fedmsg-koji-plugin.py +++ b/roles/koji_hub/templates/fedmsg-koji-plugin.py @@ -118,6 +118,9 @@ def get_message_body(topic, *args, **kws): c for c in callbacks.keys() if c.startswith('post') and c not in [ 'postImport', # This is kind of useless; also noisy. + # This one is special, and is called every time, so ignore it. + # Added here https://pagure.io/koji/pull-request/148 + 'postCommit', ] ]) @ignore_error -- cgit