Define koji_web_url on Bodhi staging.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2018-07-31 18:35:16 +00:00
parent 63079521a4
commit 25cd3cf02a

View file

@ -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