copr: try CloudFront on copr-dev

This commit is contained in:
Miroslav Suchý 2020-01-28 09:40:55 +01:00 committed by Pierre-Yves Chibon
parent 4a7ed7c696
commit 6dc7da570e

View file

@ -66,7 +66,7 @@ INTRANET_IPS = {{ copr_backend_ips }}
REPO_GPGCHECK = {% if devel %} 0 {% else %} 1 {% endif %}
{% if env == 'staging' %}
PUBLIC_COPR_BASE_URL = "https://copr-fe-dev.cloud.fedoraproject.org"
PUBLIC_COPR_BASE_URL = "https://download.copr-dev.fedorainfracloud.org"
{% else %}
PUBLIC_COPR_BASE_URL = "https://copr.fedorainfracloud.org"
{% endif %}