From a6c919d055cbd983e1a378068e33cdb749247a61 Mon Sep 17 00:00:00 2001 From: clime Date: Thu, 7 Sep 2017 10:55:13 +0200 Subject: [PATCH] copr-frontend: specify copr-dist-git clone url in the frontend config --- roles/copr/frontend/templates/copr.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index 17c3f0d186..eadd5fc505 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -71,6 +71,7 @@ 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" MBS_URL = "http://localhost/module/1/module-builds/"