mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 10:56:20 +08:00
Update bodhi mash to use https koji
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
[defaults]
|
||||
{% if env == 'staging' %}
|
||||
buildhost = http://koji.stg.fedoraproject.org/kojihub
|
||||
buildhost = https://koji.stg.fedoraproject.org/kojihub
|
||||
{% else %}
|
||||
buildhost = http://koji.fedoraproject.org/kojihub
|
||||
buildhost = https://koji.fedoraproject.org/kojihub
|
||||
{% endif %}
|
||||
|
||||
symlink = False
|
||||
|
||||
@@ -244,7 +244,7 @@ buildsystem = koji
|
||||
koji_hub = https://koji.fedoraproject.org/kojihub
|
||||
|
||||
# Root url of the Koji instance to point to. No trailing slash
|
||||
koji_url = http://koji.fedoraproject.org
|
||||
koji_url = https://koji.fedoraproject.org
|
||||
|
||||
# URL of where users should go to set up their notifications
|
||||
fmn_url = https://apps.fedoraproject.org/notifications/
|
||||
|
||||
Reference in New Issue
Block a user