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:
parent
df6433f86e
commit
23a4be2b01
1 changed files with 2 additions and 2 deletions
|
@ -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" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue