summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/koji_hub/templates/fedmsg-koji-plugin.py3
1 files changed, 3 insertions, 0 deletions
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