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:
parent
d155383021
commit
695d985789
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue