disable workstation ostree installer for now

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
Dennis Gilmore 2016-05-16 15:57:28 -05:00
parent 7cdfd1d583
commit 11335c0109

View File

@ -588,27 +588,6 @@ ostree_installer = [
'template_repo': 'https://pagure.io/fedora-kickstarts.git',
'template_branch': 'master',
}
}),
("^Workstation$", {
"x86_64": {
"source_repo_from": "Everything",
"release": None,
"filename": "%(release_short)s-%(variant)s-%(arch)s-%(version)s-%(date)s.iso",
"installpkgs": ["fedora-productimg-atomic"],
"add_template": ["atomic-installer/lorax-configure-repo.tmpl"],
"add_template_var": [
"ostree_osname=fedora-atomic",
"ostree_ref=fedora-atomic/rawhide/x86_64/docker-host",
],
"add_arch_template": ["atomic-installer/lorax-embed-repo.tmpl"],
"add_arch_template_var": [
"ostree_repo=https://kojipkgs.fedoraproject.org/compose/ostree/rawhide/",
"ostree_osname=fedora-workstation",
"ostree_ref=fedora/rawhide/x86_64/workstation",
]
'template_repo': 'https://pagure.io/fedora-kickstarts.git',
'template_branch': 'master',
}
})
]