From df6433f86e68af3386db0875b873dae8727d77ac Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Thu, 9 Feb 2017 14:33:33 +0000 Subject: [PATCH] Update the-new-hotness staging git url It pointed to an invalid url so this switches it to src.stg Signed-off-by: Jeremy Cline --- roles/hotness/templates/hotness.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/hotness/templates/hotness.py b/roles/hotness/templates/hotness.py index 5dacc0c1c1..382b1d69ef 100644 --- a/roles/hotness/templates/hotness.py +++ b/roles/hotness/templates/hotness.py @@ -49,7 +49,7 @@ config = { {% if env == 'staging' %} 'server': 'https://koji.stg.fedoraproject.org/kojihub', 'weburl': 'https://koji.stg.fedoraproject.org/koji', - 'git_url': 'http://pkgs01.stg.phx2.fedoraproject.org/cgit/rpms/{package}.git', + 'git_url': 'https://src.stg.fedoraproject.org/cgit/rpms/{package}.git', {% else %} 'server': 'https://koji.fedoraproject.org/kojihub', 'weburl': 'https://koji.fedoraproject.org/koji',