From c372e85246b526347214c2003610c77703a1814a Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Sun, 22 Feb 2015 18:23:53 +0000 Subject: [PATCH] (fmn) undo this and approach it from another direction. --- roles/notifs/backend/templates/fmn.consumer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/notifs/backend/templates/fmn.consumer.py b/roles/notifs/backend/templates/fmn.consumer.py index b26661575f..92e67cd3ac 100644 --- a/roles/notifs/backend/templates/fmn.consumer.py +++ b/roles/notifs/backend/templates/fmn.consumer.py @@ -63,7 +63,6 @@ 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