remove f from the atomic refs for f24

Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
This commit is contained in:
Dennis Gilmore 2016-07-20 17:00:07 +00:00
parent f27e1fdefa
commit ad7a71e1fa

View file

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