From f8100dbe5876c803f65e3b045e2944c1258778ff Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 15 Jan 2015 08:07:39 -0500 Subject: [PATCH] Turns out that this needs to be in the ``mutual`` section. --- fmn/lib/defaults.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fmn/lib/defaults.py b/fmn/lib/defaults.py index e0320b1..d1e05be 100644 --- a/fmn/lib/defaults.py +++ b/fmn/lib/defaults.py @@ -14,9 +14,6 @@ # filters) exclusion_packages = [ - # Go ahead and ignore all summershum messages by default. @jwboyer - # complained rightly https://github.com/fedora-infra/fmn/issues/27 - 'summershum_catchall', ] exclusion_username = [ @@ -73,7 +70,6 @@ ## Go ahead and ignore all mailman stuff since you should be getting it by ## email anyways. 'mailman_receive', - ] exclusion_mutual = [ # No need to tell me about copr starts, I just want to know about completed @@ -185,6 +181,10 @@ #'compose_rawhide_rsync_complete', #'compose_branched_rsync_start', #'compose_rawhide_rsync_start', + + # Go ahead and ignore all summershum messages by default. @jwboyer + # complained rightly https://github.com/fedora-infra/fmn/issues/27 + 'summershum_catchall', ]