diff --git a/roles/hotness/templates/hotness.py b/roles/hotness/templates/hotness.py index d1b12ecbae..ac2a5d3b97 100644 --- a/roles/hotness/templates/hotness.py +++ b/roles/hotness/templates/hotness.py @@ -47,7 +47,7 @@ config = { {% if env == 'staging' %} 'server': 'https://koji.stg.fedoraproject.org/kojihub', 'weburl': 'http://koji.stg.fedoraproject.org/koji', - 'git_url': 'http://pkgs.stg.fedoraproject.org/cgit/{package}.git', + 'git_url': 'http://pkgs01.stg.phx2.fedoraproject.org/cgit/{package}.git', {% else %} 'server': 'https://koji.fedoraproject.org/kojihub', 'weburl': 'http://koji.fedoraproject.org/koji',