From 32b6b44d705cc2278ce2ae495df67fcb62d4fd62 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Nov 22 2017 18:22:03 +0000 Subject: atomic: build ostree installer from updates ref We build from the updates ref and set the system to upgrade from the prod ref. Signed-off-by: Dusty Mabe --- diff --git a/fedora-atomic.conf b/fedora-atomic.conf index 91a2ea3..9016507 100644 --- a/fedora-atomic.conf +++ b/fedora-atomic.conf @@ -262,10 +262,10 @@ ostree_installer = [ "add_template": ["ostree-based-installer/lorax-configure-repo.tmpl", "ostree-based-installer/lorax-embed-repo.tmpl"], "add_template_var": [ - "ostree_install_repo=https://kojipkgs.fedoraproject.org/compose/atomic/27/", + "ostree_install_repo=https://kojipkgs.fedoraproject.org/atomic/27/", "ostree_update_repo=https://kojipkgs.fedoraproject.org/atomic/27/", "ostree_osname=fedora-atomic", - "ostree_install_ref=fedora/27/x86_64/atomic-host", + "ostree_install_ref=fedora/27/x86_64/updates/atomic-host", "ostree_update_ref=fedora/27/x86_64/atomic-host", ], 'template_repo': 'https://pagure.io/fedora-lorax-templates.git', @@ -280,10 +280,10 @@ ostree_installer = [ "add_template": ["ostree-based-installer/lorax-configure-repo.tmpl", "ostree-based-installer/lorax-embed-repo.tmpl"], "add_template_var": [ - "ostree_install_repo=https://kojipkgs.fedoraproject.org/compose/atomic/27/", + "ostree_install_repo=https://kojipkgs.fedoraproject.org/atomic/27/", "ostree_update_repo=https://kojipkgs.fedoraproject.org/atomic/27/", "ostree_osname=fedora-atomic", - "ostree_install_ref=fedora/27/aarch64/atomic-host", + "ostree_install_ref=fedora/27/aarch64/updates/atomic-host", "ostree_update_ref=fedora/27/aarch64/atomic-host", ], 'template_repo': 'https://pagure.io/fedora-lorax-templates.git', @@ -298,10 +298,10 @@ ostree_installer = [ "add_template": ["ostree-based-installer/lorax-configure-repo.tmpl", "ostree-based-installer/lorax-embed-repo.tmpl"], "add_template_var": [ - "ostree_install_repo=https://kojipkgs.fedoraproject.org/compose/atomic/27/", + "ostree_install_repo=https://kojipkgs.fedoraproject.org/atomic/27/", "ostree_update_repo=https://kojipkgs.fedoraproject.org/atomic/27/", "ostree_osname=fedora-atomic", - "ostree_install_ref=fedora/27/ppc64le/atomic-host", + "ostree_install_ref=fedora/27/ppc64le/updates/atomic-host", "ostree_update_ref=fedora/27/ppc64le/atomic-host", ], 'template_repo': 'https://pagure.io/fedora-lorax-templates.git',