(#fedora-fedmsg) ignore the spammiest of faf/abrt messages.

This commit is contained in:
Ralph Bean 2015-05-11 13:54:50 +00:00
parent abad3e470e
commit f3f76d518e

View file

@ -13,13 +13,16 @@ config = dict(
{% endif %} {% endif %}
channel='fedora-fedmsg', channel='fedora-fedmsg',
# Ignore some of the koji spamminess
filters=dict( filters=dict(
topic=[ topic=[
# Ignore some of the koji spamminess
'buildsys.repo.init', 'buildsys.repo.init',
'buildsys.repo.done', 'buildsys.repo.done',
'buildsys.untag', 'buildsys.untag',
'buildsys.tag', 'buildsys.tag',
# And some of the FAF/ABRT spamminess
'faf.report.threshold1',
'faf.problem.threshold1',
], ],
body=[], body=[],
), ),