From 5fc3a1424f4becfdf93f914b327dd773659140fc Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 18 Nov 2016 16:40:52 -0600 Subject: [PATCH] point the installer iso at the staged f25 release, this needs reverted once f25 is out Signed-off-by: Dennis Gilmore --- fedora-atomic.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-atomic.conf b/fedora-atomic.conf index 47cf31c..b10e74d 100644 --- a/fedora-atomic.conf +++ b/fedora-atomic.conf @@ -322,7 +322,7 @@ image_build = { ostree_installer = [ ("^Atomic$", { "x86_64": { - "source_repo_from": "http://kojipkgs.fedoraproject.org/pub/fedora/linux/releases/25/Everything/$arch/os/", + "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"],