Revert "add ostree workstation to rawhide"

This reverts commit a285c9d37a.
This commit is contained in:
Dennis Gilmore 2016-04-20 11:35:51 -05:00
parent a285c9d37a
commit 600dbda3aa

View File

@ -600,16 +600,7 @@ ostree = [
"source_repo_from": "Everything",
"ostree_repo": "/mnt/koji/compose/atomic/rawhide/"
}
}),
("^Workstation$", {
"x86_64": {
"treefile": "fedora-atomic-workstation-default.json",
"config_url": "https://pagure.io/atomic-workstation-config.git",
"source_repo_from": "Everything",
"ostree_repo": "/mnt/koji/compose/atomic/rawhide/"
}
})
]
ostree_installer = [
@ -633,27 +624,6 @@ ostree_installer = [
'template_repo': 'https://git.fedorahosted.org/git/spin-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-workstation"],
"add_template": ["atomic-installer/lorax-configure-repo.tmpl"],
"add_template_var": [
"ostree_osname=fedora-ostree-workstation",
"ostree_ref=fedora-atomic-workstation/rawhide/x86_64/default",
],
"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-ostree-workstation",
"ostree_ref=fedora-atomic-workstation/rawhide/x86_64/default",
]
'template_repo': 'https://git.fedorahosted.org/git/spin-kickstarts.git',
'template_branch': 'master',
}
})
]