diff --git a/roles/fedimg/templates/fedimg.cfg b/roles/fedimg/templates/fedimg.cfg index cf2579befe..a75a7945b1 100644 --- a/roles/fedimg/templates/fedimg.cfg +++ b/roles/fedimg/templates/fedimg.cfg @@ -3,15 +3,9 @@ clean_up_on_failure = {{clean_up_on_failure}} delete_image_on_failure = {{delete_image_on_failure}} [koji] -{% if env == 'staging' %} -server = http://koji.phx2.fedoraproject.org/kojihub -# The two adjacent slashes in the below URL are _not_ a typo. -base_task_url = http://kojipkgs.phx2.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}}