mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-05 14:03:12 +08:00
new-updates-sync: sync multiarch silverblue ostree content
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
5386e0022e
commit
3d4b3ffd56
@@ -25,8 +25,9 @@ RELEASES = {'f31': {'topic': 'fedora',
|
||||
'modules': ['fedora', 'fedora-secondary'],
|
||||
'repos': {'updates': {
|
||||
'from': 'f31-updates',
|
||||
'ostrees': [{'ref': 'fedora/31/x86_64/updates/silverblue',
|
||||
'dest': OSTREEDEST}],
|
||||
'ostrees': [{'ref': 'fedora/31/%(arch)s/updates/silverblue',
|
||||
'dest': OSTREEDEST,
|
||||
'arches': ['x86_64', 'ppc64le', 'aarch64']}],
|
||||
'to': [{'arches': ['x86_64', 'armhfp', 'aarch64', 'source'],
|
||||
'dest': os.path.join(FEDORADEST, '31', 'Everything')},
|
||||
{'arches': ['ppc64le', 's390x'],
|
||||
@@ -34,8 +35,9 @@ RELEASES = {'f31': {'topic': 'fedora',
|
||||
]},
|
||||
'updates-testing': {
|
||||
'from': 'f31-updates-testing',
|
||||
'ostrees': [{'ref': 'fedora/31/x86_64/testing/silverblue',
|
||||
'dest': OSTREEDEST}],
|
||||
'ostrees': [{'ref': 'fedora/31/%(arch)s/testing/silverblue',
|
||||
'dest': OSTREEDEST,
|
||||
'arches': ['x86_64', 'ppc64le', 'aarch64']}],
|
||||
'to': [{'arches': ['x86_64', 'aarch64', 'armhfp', 'source'],
|
||||
'dest': os.path.join(FEDORADEST, 'testing', '31', 'Everything')},
|
||||
{'arches': ['ppc64le', 's390x'],
|
||||
|
||||
Reference in New Issue
Block a user