From c7cd4f8ac9d14a1511673c1497969c7f3e8c4822 Mon Sep 17 00:00:00 2001 From: Valentin Gologuzov Date: Tue, 4 Aug 2015 16:17:28 +0200 Subject: [PATCH] [copr][frontend] added setting DIST_GIT_URL --- roles/copr/frontend/templates/copr.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index 3f325e36d5..21f7c9d163 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -60,3 +60,5 @@ ENFORCE_PROTOCOL_FOR_FRONTEND_URL = "http" ENFORCE_PROTOCOL_FOR_BACKEND_URL = "https" ENFORCE_PROTOCOL_FOR_FRONTEND_URL = "https" {% endif %} + +DIST_GIT_URL=http://{{ dist_git_base_url }}/cgit