1
0
Fork 0
forked from infra/ansible

copr-dist-git: move sentry configuration to the correct config

This commit is contained in:
Jakub Kadlcik 2026-05-28 12:39:39 +02:00
commit e537215abc
2 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,3 @@ gitolite = False
# name of the default branch (a.k.a. master or main)
default_branch = master
{% if env == 'production' %}
sentry_dsn={{ copr_sentry_dsn }}
{% endif %}

View file

@ -18,3 +18,7 @@ per_task_log_dir=/var/lib/copr-dist-git/per-task-logs/
# which chroot to use for mock-scm builds
mock_scm_chroot=fedora-24-x86_64
{% if env == 'production' %}
sentry_dsn={{ copr_sentry_dsn }}
{% endif %}