atomic: use new json file name
We removed docker from the filename. Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
This commit is contained in:
parent
bc0f447dc7
commit
22fc96e0b0
@ -710,7 +710,7 @@ ostree = [
|
||||
("^Atomic$", {
|
||||
"aarch64": {
|
||||
"version": '!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN',
|
||||
"treefile": "fedora-atomic-docker-host.json",
|
||||
"treefile": "fedora-atomic-host.json",
|
||||
"config_url": "https://pagure.io/fedora-atomic.git",
|
||||
"config_branch": "master",
|
||||
"repo": "Everything",
|
||||
@ -719,7 +719,7 @@ ostree = [
|
||||
},
|
||||
"x86_64": {
|
||||
"version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN",
|
||||
"treefile": "fedora-atomic-docker-host.json",
|
||||
"treefile": "fedora-atomic-host.json",
|
||||
"config_url": "https://pagure.io/fedora-atomic.git",
|
||||
"config_branch": "master",
|
||||
"repo": "Everything",
|
||||
@ -728,7 +728,7 @@ ostree = [
|
||||
},
|
||||
"ppc64le": {
|
||||
"version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN",
|
||||
"treefile": "fedora-atomic-docker-host.json",
|
||||
"treefile": "fedora-atomic-host.json",
|
||||
"config_url": "https://pagure.io/fedora-atomic.git",
|
||||
"config_branch": "master",
|
||||
"repo": "Everything",
|
||||
|
Loading…
Reference in New Issue
Block a user