From 6dc7da570e12262b987fe3045cb14d7c0834b7c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Tue, 28 Jan 2020 09:40:55 +0100 Subject: [PATCH] copr: try CloudFront on copr-dev --- roles/copr/frontend-cloud/templates/copr.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/frontend-cloud/templates/copr.conf b/roles/copr/frontend-cloud/templates/copr.conf index 3abed44636..94110cc9bc 100644 --- a/roles/copr/frontend-cloud/templates/copr.conf +++ b/roles/copr/frontend-cloud/templates/copr.conf @@ -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 %}