[toddlers] Disable distgit_commit_processor on production
The distgit_commit_processor has errors on production, let's enable it only for staging now. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
956f08ff09
commit
283df2cc62
1 changed files with 5 additions and 0 deletions
|
@ -400,6 +400,11 @@ notify_emails = [
|
|||
|
||||
# Configuration section for distgit_commit_processor
|
||||
[consumer_config.distgit_commit_processor]
|
||||
{% if env == "staging" %}
|
||||
enabled = true
|
||||
{% else %}
|
||||
enabled = false
|
||||
{% endif %}
|
||||
mail_from = "notifications@{{ env_prefix }}fedoraproject.org"
|
||||
mail_to = "scm-commits@lists.{{ env_prefix }}fedoraproject.org"
|
||||
# This is the default subject
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue