From ba187bfd2537da949df66fe5f87bf8ec0b327d87 Mon Sep 17 00:00:00 2001 From: clime Date: Mon, 6 Aug 2018 20:50:05 +0200 Subject: [PATCH] copr-fe: update copr-dist-git urls to use https --- roles/copr/frontend/templates/copr.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index 5c6f06992f..b66f1514d1 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -70,9 +70,9 @@ ENFORCE_PROTOCOL_FOR_BACKEND_URL = "https" ENFORCE_PROTOCOL_FOR_FRONTEND_URL = "https" {% endif %} -DIST_GIT_URL="http://{{ dist_git_base_url }}/cgit" -DIST_GIT_CLONE_URL="http://{{ dist_git_base_url }}/git" -COPR_DIST_GIT_LOGS_URL = "http://{{ dist_git_base_url }}/per-task-logs" +DIST_GIT_URL="https://{{ dist_git_base_url }}/cgit" +DIST_GIT_CLONE_URL="https://{{ dist_git_base_url }}/git" +COPR_DIST_GIT_LOGS_URL = "https://{{ dist_git_base_url }}/per-task-logs" MBS_URL = "http://localhost/module/1/module-builds/" # no need to filter cla_* groups, they are already filtered by fedora openid