mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
Merge branch 'master' of /git/ansible
This commit is contained in:
@@ -3,15 +3,10 @@ clean_up_on_failure = {{clean_up_on_failure}}
|
|||||||
delete_image_on_failure = {{delete_image_on_failure}}
|
delete_image_on_failure = {{delete_image_on_failure}}
|
||||||
|
|
||||||
[koji]
|
[koji]
|
||||||
{% if env == 'staging' %}
|
# Use prod Koji all the time since there are no createImage builds in stg
|
||||||
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}}
|
||||||
|
|||||||
Reference in New Issue
Block a user