attempt to make atomic and ostree
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
5abfff571b
commit
5b29d7b399
32
fedora.conf
32
fedora.conf
@ -558,5 +558,37 @@ live_images = [
|
||||
}),
|
||||
]
|
||||
|
||||
ostree = [
|
||||
("^Atomic$", {
|
||||
"x86_64": {
|
||||
"treefile": "fedora-atomic-docker-host.json",
|
||||
"config_url": "https://pagure.io/fedora-atomic.git",
|
||||
"source_repo_from": "Cloud"
|
||||
"atomic_repo": "/mnt/koji/compose/atomic/rawhide/"
|
||||
}
|
||||
})
|
||||
]
|
||||
|
||||
atomic = [
|
||||
("^Atomic$", {
|
||||
"x86_64": {
|
||||
"source_repo_from": "Everything",
|
||||
"release": None,
|
||||
"filename": "%(release_short)s-%(variant)s-%(arch)s-%(version)s-%(compose_date)s.iso",
|
||||
"installpkgs": ["fedora-productimg-atomic"],
|
||||
"add_template": ["/spin-kickstarts/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": ["/spin-kickstarts/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",
|
||||
]
|
||||
}
|
||||
})
|
||||
]
|
||||
release_id_allow_missing = True
|
||||
koji_profile = 'koji'
|
||||
|
Loading…
Reference in New Issue
Block a user