bodhi: Add taskotron to the list of system users
This commit is contained in:
parent
1f86fe0f51
commit
69f535480a
2 changed files with 6 additions and 6 deletions
|
@ -150,10 +150,10 @@ fedora_epel_test_announce_list = epel-devel@lists.fedoraproject.org
|
||||||
admin_groups = proventesters security_respons bodhiadmin sysadmin-main
|
admin_groups = proventesters security_respons bodhiadmin sysadmin-main
|
||||||
|
|
||||||
# Users that we don't want to show up in the "leaderboard(s)"
|
# 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
|
# 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
|
# The max length for an update title before we truncate it in the web ui
|
||||||
max_update_length_for_ui = 70
|
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
|
dogpile.cache.arguments.filename = /var/cache/bodhi-dogpile-cache.dbm
|
||||||
|
|
||||||
# Exclude sending emails to these users
|
# Exclude sending emails to these users
|
||||||
exclude_mail = autoqa
|
exclude_mail = autoqa taskotron
|
||||||
|
|
||||||
##
|
##
|
||||||
## Buildsystem settings
|
## Buildsystem settings
|
||||||
|
|
|
@ -157,10 +157,10 @@ fedora_epel_test_announce_list = epel-devel@lists.fedoraproject.org
|
||||||
admin_groups = proventesters security_respons bodhiadmin sysadmin-main
|
admin_groups = proventesters security_respons bodhiadmin sysadmin-main
|
||||||
|
|
||||||
# Users that we don't want to show up in the "leaderboard(s)"
|
# 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
|
# 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
|
# The max length for an update title before we truncate it in the web ui
|
||||||
max_update_length_for_ui = 70
|
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
|
dogpile.cache.arguments.filename = /var/cache/bodhi-dogpile-cache.dbm
|
||||||
|
|
||||||
# Exclude sending emails to these users
|
# Exclude sending emails to these users
|
||||||
exclude_mail = autoqa
|
exclude_mail = autoqa taskotron
|
||||||
|
|
||||||
##
|
##
|
||||||
## Buildsystem settings
|
## Buildsystem settings
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue