copr-fe-dev: enable gpgcheck in repo files

This will likely mean we should tweak our beaker tests, but the sooner
we do this the better.

Fixes: https://pagure.io/copr/copr/issue/2112
This commit is contained in:
Pavel Raiskup 2022-03-28 09:51:34 +02:00
parent d155383021
commit 695d985789

View file

@ -79,7 +79,7 @@ LOG_DIR = "/var/log/copr-frontend/"
# to accept stat events from logstash
INTRANET_IPS = {{ copr_backend_ips }}
REPO_GPGCHECK = {% if devel %} 0 {% else %} 1 {% endif %}
REPO_GPGCHECK = 1
{% if env == 'staging' %}
PUBLIC_COPR_BASE_URL = "https://copr.stg.fedoraproject.org"