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 <dusty@dustymabe.com>
This commit is contained in:
Dusty Mabe 2017-11-22 13:14:16 -05:00
parent 9770327ebc
commit 32b6b44d70
No known key found for this signature in database
GPG Key ID: 3302DBD73952E671

View File

@ -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',