From 00572cb42d8d6818b27f4936716120ad51b890be Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 17 Sep 2015 13:26:05 +0000 Subject: [PATCH] Revert "Revert "Point stg fedimg back at stg koji."" This reverts commit 92d7680b354a9e435655794e46d562cbe3be5c66. --- roles/fedimg/templates/fedimg.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/fedimg/templates/fedimg.cfg b/roles/fedimg/templates/fedimg.cfg index 7a10a79c58..167904b557 100644 --- a/roles/fedimg/templates/fedimg.cfg +++ b/roles/fedimg/templates/fedimg.cfg @@ -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}}