mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 19:42:55 +08:00
Define koji_web_url on Bodhi staging.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
@@ -379,6 +379,12 @@ dogpile.cache.expiration_time = 21600
|
||||
# buildsystem = dev
|
||||
buildsystem = koji
|
||||
|
||||
# The base URL to Koji, used to construct HTML links to Koji builds in the web UI
|
||||
# koji_web_url = https://koji.fedoraproject.org/koji/
|
||||
{% if env == 'staging' %}
|
||||
koji_web_url = https://koji.stg.fedoraproject.org/koji/
|
||||
{% endif %}
|
||||
|
||||
# Koji's XML-RPC hub
|
||||
# koji_hub = https://koji.stg.fedoraproject.org/kojihub
|
||||
koji_hub = https://koji{{env_suffix}}.fedoraproject.org/kojihub
|
||||
|
||||
Reference in New Issue
Block a user