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 <jeremy@jcline.org>
This commit is contained in:
Jeremy Cline 2017-02-09 14:33:33 +00:00
parent e87c8ef515
commit df6433f86e

View file

@ -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',