mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 20:42:20 +08:00
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:
@@ -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" %}
|
||||
|
||||
Reference in New Issue
Block a user