From 69f535480ae4d7209f9abb038565e5c9e17d5e9a Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Mon, 6 Jul 2015 22:19:52 +0000 Subject: [PATCH] bodhi: Add taskotron to the list of system users --- roles/bodhi2/base/templates/production.ini.j2 | 6 +++--- roles/bodhi2/base/templates/staging.ini.j2 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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