From ee5a37211de11aeee9e0f03f35800263eeb3c3d2 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 13 Feb 2015 17:07:24 +0000 Subject: [PATCH] (fmn) Another spammy message type to ignore. :zap: --- roles/notifs/backend/templates/fmn.consumer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/notifs/backend/templates/fmn.consumer.py b/roles/notifs/backend/templates/fmn.consumer.py index 7050cfd3c8..ca9fde2673 100644 --- a/roles/notifs/backend/templates/fmn.consumer.py +++ b/roles/notifs/backend/templates/fmn.consumer.py @@ -57,6 +57,7 @@ config = { '.buildsys.untag', '.buildsys.repo.init', '.buildsys.repo.done', + '.buildsys.rpm.sign', ], # This sets up four threads to handle incoming messages. At the time of