No FAH for F30+

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2019-02-19 22:04:23 +00:00
parent fe0d69fc85
commit eb77ac353c

View file

@ -25,10 +25,7 @@ RELEASES = {'f30': {'topic': 'fedora',
'modules': ['fedora', 'fedora-secondary'],
'repos': {'updates': {
'from': 'f30-updates',
'ostrees': [{'ref': 'fedora/30/%(arch)s/updates/atomic-host',
'dest': OSTREEDEST,
'arches': ['x86_64', 'ppc64le', 'aarch64']},
{'ref': 'fedora/30/x86_64/updates/silverblue',
'ostrees': [{'ref': 'fedora/30/x86_64/updates/silverblue',
'dest': OSTREEDEST}],
'to': [{'arches': ['x86_64', 'armhfp', 'aarch64', 'source'],
'dest': os.path.join(FEDORADEST, '30', 'Everything')},
@ -37,10 +34,7 @@ RELEASES = {'f30': {'topic': 'fedora',
]},
'updates-testing': {
'from': 'f30-updates-testing',
'ostrees': [{'ref': 'fedora/30/%(arch)s/testing/atomic-host',
'dest': OSTREEDEST,
'arches': ['x86_64', 'ppc64le', 'aarch64']},
{'ref': 'fedora/30/x86_64/testing/silverblue',
'ostrees': [{'ref': 'fedora/30/x86_64/testing/silverblue',
'dest': OSTREEDEST}],
'to': [{'arches': ['x86_64', 'aarch64', 'armhfp', 'source'],
'dest': os.path.join(FEDORADEST, 'testing', '30', 'Everything')},