fix up ostree setting, they validate
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
e25e02d50d
commit
32206f44a6
10
fedora.conf
10
fedora.conf
@ -558,16 +558,16 @@ live_images = [
|
||||
}),
|
||||
]
|
||||
|
||||
ostree = {
|
||||
"^Atomic$": {
|
||||
ostree = [
|
||||
("^Atomic$", {
|
||||
"x86_64": {
|
||||
"treefile": "fedora-atomic-docker-host.json",
|
||||
"config_url": "https://pagure.io/fedora-atomic.git",
|
||||
"source_repo_from": "Cloud"
|
||||
"source_repo_from": "Everything",
|
||||
"atomic_repo": "/mnt/koji/compose/atomic/rawhide/"
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
]
|
||||
|
||||
atomic = [
|
||||
("^Atomic$", {
|
||||
|
Loading…
Reference in New Issue
Block a user