From 5e38290cb879e6e6e9be753d8364ae20702f61a9 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Sun, 22 Feb 2015 18:12:50 +0000 Subject: [PATCH] (fmn) Ignore .git.receive messages just for the afternoon. --- 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 92e67cd3ac..b26661575f 100644 --- a/roles/notifs/backend/templates/fmn.consumer.py +++ b/roles/notifs/backend/templates/fmn.consumer.py @@ -63,6 +63,7 @@ config = { '.buildsys.repo.init', '.buildsys.repo.done', '.buildsys.rpm.sign', + '.git.receive', ], # This sets up four threads to handle incoming messages. At the time of