Enable the 'updates' repo for atomic composes, which contains the current mash

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-01-14 04:34:49 +00:00
parent 3ccebbd06e
commit 58c8e172e0

View file

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