diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index 5711262a8c..92b05a85c8 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -150,10 +150,10 @@ fedora_epel_test_announce_list = epel-devel@lists.fedoraproject.org admin_groups = proventesters security_respons bodhiadmin sysadmin-main # Users that we don't want to show up in the "leaderboard(s)" -stats_blacklist = bodhi anonymous autoqa +stats_blacklist = bodhi anonymous autoqa taskotron # A list of non-person users -system_users = bodhi autoqa +system_users = bodhi autoqa taskotron # The max length for an update title before we truncate it in the web ui max_update_length_for_ui = 70 @@ -185,7 +185,7 @@ dogpile.cache.expiration_time = 100 dogpile.cache.arguments.filename = /var/cache/bodhi-dogpile-cache.dbm # Exclude sending emails to these users -exclude_mail = autoqa +exclude_mail = autoqa taskotron ## ## Buildsystem settings diff --git a/roles/bodhi2/base/templates/staging.ini.j2 b/roles/bodhi2/base/templates/staging.ini.j2 index 8762f364bf..1d73348c3d 100644 --- a/roles/bodhi2/base/templates/staging.ini.j2 +++ b/roles/bodhi2/base/templates/staging.ini.j2 @@ -157,10 +157,10 @@ fedora_epel_test_announce_list = epel-devel@lists.fedoraproject.org admin_groups = proventesters security_respons bodhiadmin sysadmin-main # Users that we don't want to show up in the "leaderboard(s)" -stats_blacklist = bodhi anonymous autoqa +stats_blacklist = bodhi anonymous autoqa taskotron # A list of non-person users -system_users = bodhi autoqa +system_users = bodhi autoqa taskotron # The max length for an update title before we truncate it in the web ui max_update_length_for_ui = 70 @@ -192,7 +192,7 @@ dogpile.cache.expiration_time = 100 dogpile.cache.arguments.filename = /var/cache/bodhi-dogpile-cache.dbm # Exclude sending emails to these users -exclude_mail = autoqa +exclude_mail = autoqa taskotron ## ## Buildsystem settings