(#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 %}
channel='fedora-fedmsg',
# Ignore some of the koji spamminess
filters=dict(
topic=[
# Ignore some of the koji spamminess
'buildsys.repo.init',
'buildsys.repo.done',
'buildsys.untag',
'buildsys.tag',
# And some of the FAF/ABRT spamminess
'faf.report.threshold1',
'faf.problem.threshold1',
],
body=[],
),