use correct json file
This commit is contained in:
parent
9ac97da2a9
commit
b39e7358d6
1 changed files with 2 additions and 2 deletions
|
@ -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': [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue