Point stg fedimg back at stg koji.

This commit is contained in:
Ralph Bean 2015-08-31 19:30:06 +00:00
parent 955f387cfb
commit ce4bf3129d

View file

@ -3,9 +3,15 @@ clean_up_on_failure = {{clean_up_on_failure}}
delete_images_on_failure = {{delete_images_on_failure}}
[koji]
{% if env == 'staging' %}
server = https://koji.stg.fedoraproject.org/kojihub
# The two adjacent slashes in the below URL are _not_ a typo.
base_task_url = https://kojipkgs.stg.fedoraproject.org//work/tasks
{% else %}
server = https://koji.fedoraproject.org/kojihub
# The two adjacent slashes in the below URL are _not_ a typo.
base_task_url = https://kojipkgs.fedoraproject.org//work/tasks
{% endif %}
[aws]
util_username = {{aws_util_username}}