Move atomic ref to /updates

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-02-07 16:22:39 +00:00
parent 8a4c5b7f6d
commit 858c210d1d

View file

@ -17,7 +17,7 @@ config = dict(
'tree': 'docker-host',
'treefile': {
'include': 'fedora-atomic-docker-host.json',
'ref': 'fedora-atomic/25/x86_64/docker-host',
'ref': 'fedora-atomic/25/x86_64/updates/docker-host',
'repos': ['fedora-25', 'fedora-25-updates', 'updates'],
'packages': [],
},
@ -44,7 +44,7 @@ config = dict(
'tree': 'docker-host',
'treefile': {
'include': 'fedora-atomic-docker-host.json',
'ref': 'fedora-atomic/25/x86_64/testing/docker-host',
'ref': 'fedora-atomic/25/x86_64/updates-testing/docker-host',
'repos': ['fedora-25', 'fedora-25-updates', 'updates-testing'],
'packages': [],
},