use correct json file

This commit is contained in:
Kevin Fenzi 2017-07-12 19:37:36 +00:00
parent 9ac97da2a9
commit b39e7358d6

View file

@ -16,7 +16,7 @@ config = dict(
# https://github.com/projectatomic/rpm-ostree/blob/master/doc/treefile.md
'tree': 'docker-host',
'treefile': {
'include': 'fedora-atomic-docker-host.json',
'include': 'fedora-atomic-host.json',
'ref': 'fedora/26/x86_64/updates/atomic-host',
'repos': ['fedora-26', 'fedora-26-updates', 'updates'],
'packages': [],
@ -43,7 +43,7 @@ config = dict(
# https://github.com/projectatomic/rpm-ostree/blob/master/doc/treefile.md
'tree': 'docker-host',
'treefile': {
'include': 'fedora-atomic-docker-host.json',
'include': 'fedora-atomic-host.json',
'ref': 'fedora/26/x86_64/testing/atomic-host',
'repos': ['fedora-26', 'fedora-26-updates', 'updates-testing'],
'packages': [],