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:
Dusty Mabe 2017-07-12 11:50:03 -04:00
parent bc0f447dc7
commit 22fc96e0b0
No known key found for this signature in database
GPG Key ID: 3302DBD73952E671

View File

@ -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",