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:
parent
3ccebbd06e
commit
58c8e172e0
1 changed files with 2 additions and 2 deletions
|
@ -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': [],
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue