From 23a4be2b019e95f450f8429bbabc02837762257c Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Thu, 9 Feb 2017 14:42:40 +0000 Subject: [PATCH] Fix the-new-hotness git url It contained /cgit/ which is to the cgit interface, not the actual repository. Signed-off-by: Jeremy Cline --- roles/hotness/templates/hotness.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/hotness/templates/hotness.py b/roles/hotness/templates/hotness.py index 382b1d69ef..ddda6c0e9f 100644 --- a/roles/hotness/templates/hotness.py +++ b/roles/hotness/templates/hotness.py @@ -49,11 +49,11 @@ config = { {% if env == 'staging' %} 'server': 'https://koji.stg.fedoraproject.org/kojihub', 'weburl': 'https://koji.stg.fedoraproject.org/koji', - 'git_url': 'https://src.stg.fedoraproject.org/cgit/rpms/{package}.git', + 'git_url': 'https://src.stg.fedoraproject.org/rpms/{package}.git', {% else %} 'server': 'https://koji.fedoraproject.org/kojihub', 'weburl': 'https://koji.fedoraproject.org/koji', - 'git_url': 'https://src.fedoraproject.org/cgit/rpms/{package}.git', + 'git_url': 'https://src.fedoraproject.org/rpms/{package}.git', {% endif %} {% if env == "production" %}