From 3a1d73afb3abb8e4a657617e409ac0b87610ea0f Mon Sep 17 00:00:00 2001 From: David Gay Date: Sat, 6 Dec 2014 21:19:38 +0000 Subject: [PATCH] point stg at internal koji interfaces for fedimg --- roles/fedimg/templates/fedimg.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/fedimg/templates/fedimg.cfg b/roles/fedimg/templates/fedimg.cfg index 1eac037f91..cf2579befe 100644 --- a/roles/fedimg/templates/fedimg.cfg +++ b/roles/fedimg/templates/fedimg.cfg @@ -4,9 +4,9 @@ delete_image_on_failure = {{delete_image_on_failure}} [koji] {% if env == 'staging' %} -server = https://koji.stg.fedoraproject.org/kojihub +server = http://koji.phx2.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 +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.