Revert "Revert "Point stg fedimg back at stg koji.""
This reverts commit 92d7680b35
.
This commit is contained in:
parent
92d7680b35
commit
00572cb42d
1 changed files with 6 additions and 0 deletions
|
@ -3,9 +3,15 @@ clean_up_on_failure = {{clean_up_on_failure}}
|
||||||
delete_images_on_failure = {{delete_images_on_failure}}
|
delete_images_on_failure = {{delete_images_on_failure}}
|
||||||
|
|
||||||
[koji]
|
[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
|
server = https://koji.fedoraproject.org/kojihub
|
||||||
# The two adjacent slashes in the below URL are _not_ a typo.
|
# The two adjacent slashes in the below URL are _not_ a typo.
|
||||||
base_task_url = https://kojipkgs.fedoraproject.org//work/tasks
|
base_task_url = https://kojipkgs.fedoraproject.org//work/tasks
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
[aws]
|
[aws]
|
||||||
util_username = {{aws_util_username}}
|
util_username = {{aws_util_username}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue