mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 02:20:51 +08:00
9 lines
249 B
Python
9 lines
249 B
Python
config = {
|
||
# These are mailing lists that we don't publish to fedmsg (because spam)
|
||
'mailman.excluded_lists': [
|
||
'scm-commits',
|
||
#'i18n-bugs',# disable this eventually
|
||
#'fonts-bugs', # disable this eventually
|
||
],
|
||
}
|