Updating ostree ref

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2017-02-24 17:47:00 -05:00
parent 884db9de0d
commit 724c101963
3 changed files with 10 additions and 10 deletions

View File

@ -266,15 +266,15 @@ ostree_installer = [
"add_template_var": [
"ostree_repo=https://kojipkgs.fedoraproject.org/atomic/26/",
"ostree_osname=fedora-atomic",
"ostree_install_ref=fedora-atomic/26/x86_64/updates/docker-host",
"ostree_update_ref=fedora-atomic/26/x86_64/docker-host",
"ostree_install_ref=fedora/26/x86_64/updates/atomic-host",
"ostree_update_ref=fedora/26/x86_64/atomic-host",
],
"add_arch_template": ["atomic-installer/lorax-embed-repo.tmpl"],
"add_arch_template_var": [
"ostree_repo=https://kojipkgs.fedoraproject.org/atomic/26/",
"ostree_osname=fedora-atomic",
"ostree_install_ref=fedora-atomic/26/x86_64/updates/docker-host",
"ostree_update_ref=fedora-atomic/26/x86_64/docker-host",
"ostree_install_ref=fedora/26/x86_64/updates/atomic-host",
"ostree_update_ref=fedora/26/x86_64/atomic-host",
]
'template_repo': 'https://pagure.io/fedora-lorax-templates.git',
'template_branch': 'f26',

View File

@ -266,15 +266,15 @@ ostree_installer = [
"add_template_var": [
"ostree_repo=https://kojipkgs.fedoraproject.org/atomic/26/",
"ostree_osname=fedora-atomic",
"ostree_install_ref=fedora-atomic/26/x86_64/updates/docker-host",
"ostree_update_ref=fedora-atomic/26/x86_64/docker-host",
"ostree_install_ref=fedora/26/x86_64/updates/atomic-host",
"ostree_update_ref=fedora/26/x86_64/atomic-host",
],
"add_arch_template": ["atomic-installer/lorax-embed-repo.tmpl"],
"add_arch_template_var": [
"ostree_repo=https://kojipkgs.fedoraproject.org/atomic/26/",
"ostree_osname=fedora-atomic",
"ostree_install_ref=fedora-atomic/26/x86_64/updates/docker-host",
"ostree_update_ref=fedora-atomic/26/x86_64/docker-host",
"ostree_install_ref=fedora/26/x86_64/updates/atomic-host",
"ostree_update_ref=fedora/26/x86_64/atomic-host",
]
'template_repo': 'https://pagure.io/fedora-lorax-templates.git',
'template_branch': 'f26',

View File

@ -636,13 +636,13 @@ ostree_installer = [
"add_template": ["atomic-installer/lorax-configure-repo.tmpl"],
"add_template_var": [
"ostree_osname=fedora-atomic",
"ostree_ref=fedora-atomic/rawhide/x86_64/docker-host",
"ostree_ref=fedora/rawhide/x86_64/atomic-host",
],
"add_arch_template": ["atomic-installer/lorax-embed-repo.tmpl"],
"add_arch_template_var": [
"ostree_repo=https://kojipkgs.fedoraproject.org/compose/atomic/rawhide/",
"ostree_osname=fedora-atomic",
"ostree_ref=fedora-atomic/rawhide/x86_64/docker-host",
"ostree_ref=fedora/rawhide/x86_64/atomic-host",
]
'template_repo': 'https://pagure.io/fedora-lorax-templates.git',
'template_branch': 'master',