reenable ostree generation, rename atomic to ostree_installer
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
befd761123
commit
e6b04ca7a5
22
fedora.conf
22
fedora.conf
@ -558,18 +558,18 @@ live_images = [
|
|||||||
}),
|
}),
|
||||||
]
|
]
|
||||||
|
|
||||||
#ostree = [
|
ostree = [
|
||||||
# ("^Atomic$", {
|
("^Atomic$", {
|
||||||
# "x86_64": {
|
"x86_64": {
|
||||||
# "treefile": "fedora-atomic-docker-host.json",
|
"treefile": "fedora-atomic-docker-host.json",
|
||||||
# "config_url": "https://pagure.io/fedora-atomic.git",
|
"config_url": "https://pagure.io/fedora-atomic.git",
|
||||||
# "source_repo_from": "Everything",
|
"source_repo_from": "Everything",
|
||||||
# "atomic_repo": "/mnt/koji/compose/atomic/rawhide/"
|
"atomic_repo": "/mnt/koji/compose/atomic/rawhide/"
|
||||||
# }
|
}
|
||||||
# })
|
})
|
||||||
#]
|
]
|
||||||
|
|
||||||
atomic = [
|
ostree_installer = [
|
||||||
("^Atomic$", {
|
("^Atomic$", {
|
||||||
"x86_64": {
|
"x86_64": {
|
||||||
"source_repo_from": "Everything",
|
"source_repo_from": "Everything",
|
||||||
|
Loading…
Reference in New Issue
Block a user