From 222e74556fc3e2dc523c1975c04d0449751bc2ae Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Wed, 4 Jan 2017 16:33:22 -0500 Subject: [PATCH] atomic: fix install location again Since the RC1.3 location was cleaned up, pull everything from the official location where F25 release content is. 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 820829f..af40bcd 100644 --- a/fedora-atomic.conf +++ b/fedora-atomic.conf @@ -322,7 +322,7 @@ image_build = { ostree_installer = [ ("^Atomic$", { "x86_64": { - "source_repo_from": "https://kojipkgs.fedoraproject.org/pub/alt/stage/25_RC-1.3/Everything/$arch/os/", + "source_repo_from": "https://kojipkgs.fedoraproject.org/pub/fedora/linux/releases/25/Everything/$arch/os/", "release": None, "installpkgs": ["fedora-productimg-atomic"], "add_template": ["atomic-installer/lorax-configure-repo.tmpl"],