From 8e7041772be6952f5e1d5719b94ab63321af4243 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Tue, 20 Dec 2016 22:26:05 -0500 Subject: [PATCH] Revert "pull the rpms from the Cloud install tree" This reverts commit 8aa2d66e03b5b58c3f32430c263b205fbbe073d1. There is some bug in pungi that causes this not to work for now so let's revert so we can still get built images until we figure that out. Signed-off-by: Dusty Mabe --- fedora-atomic.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-atomic.conf b/fedora-atomic.conf index c28e2a6..820829f 100644 --- a/fedora-atomic.conf +++ b/fedora-atomic.conf @@ -322,7 +322,7 @@ image_build = { ostree_installer = [ ("^Atomic$", { "x86_64": { - "source_repo_from": "Cloud", + "source_repo_from": "https://kojipkgs.fedoraproject.org/pub/alt/stage/25_RC-1.3/Everything/$arch/os/", "release": None, "installpkgs": ["fedora-productimg-atomic"], "add_template": ["atomic-installer/lorax-configure-repo.tmpl"],