From 4d6fdfca110c8b920f7a721ec03faed66bc0a861 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 4 Dec 2017 20:40:35 +0000 Subject: [PATCH] adjust this a bit --- roles/pdc/frontend/templates/settings_local.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/pdc/frontend/templates/settings_local.py b/roles/pdc/frontend/templates/settings_local.py index 828cde0598..f337fa4983 100644 --- a/roles/pdc/frontend/templates/settings_local.py +++ b/roles/pdc/frontend/templates/settings_local.py @@ -139,7 +139,8 @@ DIST_GIT_WEB_ROOT_URL = 'https://src.stg.fedoraproject.org/cgit/' {% else %} DIST_GIT_WEB_ROOT_URL = 'https://src.fedoraproject.org/cgit/' {% endif %} -DIST_GIT_REPO_FORMAT = DIST_GIT_WEB_ROOT_URL + DIST_GIT_RPM_PATH + "%s" +DIST_GIT_RPM_PATH = 'rpms/' +DIST_GIT_REPO_FORMAT = DIST_GIT_WEB_ROOT_URL + DIST_GIT_RPM_PATH + "%s" + ".git" # Use this to deny people creating new "epel" or "fedora" branches after we # import the existing oldschool branches.