mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 10:56:20 +08:00
@@ -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')},
|
||||
|
||||
Reference in New Issue
Block a user