Fix the-new-hotness git url

It contained /cgit/ which is to the cgit interface, not the actual
repository.

Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
Jeremy Cline 2017-02-09 14:42:40 +00:00
parent df6433f86e
commit 23a4be2b01

View file

@ -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" %}