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', ]