Update poddlers with the latest changes in toddlers
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
3bb1fbe254
commit
266a942b49
1 changed files with 3 additions and 10 deletions
|
@ -49,12 +49,6 @@ blocked_toddlers = [
|
|||
"pdc_import_compose",
|
||||
"pdc_unretire_packages",
|
||||
"pdc_update_critpath",
|
||||
{% if env == "staging" %}
|
||||
"flag_commit_build",
|
||||
"distgit-bugzilla-sync",
|
||||
"clean-retired-packages",
|
||||
"koji-block-retired",
|
||||
{% endif %}
|
||||
]
|
||||
|
||||
[consumer_config.default]
|
||||
|
@ -70,11 +64,10 @@ blocked_toddlers = [
|
|||
|
||||
|
||||
# Configuration used when sending notifications:
|
||||
mail_server = "bastion.fedoraproject.org"
|
||||
{% if env == "staging" %}
|
||||
mail_server = "bastion.stg.fedoraproject.org"
|
||||
admin_email = "admin@stg.fedoraproject.org"
|
||||
{% else %}
|
||||
mail_server = "bastion.fedoraproject.org"
|
||||
admin_email = "admin@fedoraproject.org"
|
||||
{% endif %}
|
||||
|
||||
|
@ -424,12 +417,12 @@ formatter = "simple"
|
|||
stream = "ext://sys.stdout"
|
||||
|
||||
[log_config.loggers.fedora_messaging]
|
||||
level = "DEBUG"
|
||||
level = "INFO"
|
||||
propagate = false
|
||||
handlers = ["console"]
|
||||
|
||||
[log_config.loggers.twisted]
|
||||
level = "DEBUG"
|
||||
level = "INFO"
|
||||
propagate = false
|
||||
handlers = ["console"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue