bodhi / backend: drop i386 from updates-sync as well.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
3c98623792
commit
09bbc8f305
1 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@ RELEASES = {'f31': {'topic': 'fedora',
|
|||
'dest': OSTREEDEST}],
|
||||
'to': [{'arches': ['x86_64', 'armhfp', 'aarch64', 'source'],
|
||||
'dest': os.path.join(FEDORADEST, '31', 'Everything')},
|
||||
{'arches': ['i386', 'ppc64le', 's390x'],
|
||||
{'arches': ['ppc64le', 's390x'],
|
||||
'dest': os.path.join(FEDORAALTDEST, '31', 'Everything')}
|
||||
]},
|
||||
'updates-testing': {
|
||||
|
@ -38,7 +38,7 @@ RELEASES = {'f31': {'topic': 'fedora',
|
|||
'dest': OSTREEDEST}],
|
||||
'to': [{'arches': ['x86_64', 'aarch64', 'armhfp', 'source'],
|
||||
'dest': os.path.join(FEDORADEST, 'testing', '31', 'Everything')},
|
||||
{'arches': ['i386', 'ppc64le', 's390x'],
|
||||
{'arches': ['ppc64le', 's390x'],
|
||||
'dest': os.path.join(FEDORAALTDEST, 'testing', '31', 'Everything')}
|
||||
]}}
|
||||
},
|
||||
|
@ -50,7 +50,7 @@ RELEASES = {'f31': {'topic': 'fedora',
|
|||
'ostrees': [],
|
||||
'to': [{'arches': ['x86_64', 'aarch64', 'armhfp', 'source'],
|
||||
'dest': os.path.join(FEDORADEST, '31', 'Modular')},
|
||||
{'arches': ['i386', 'ppc64le', 's390x'],
|
||||
{'arches': ['ppc64le', 's390x'],
|
||||
'dest': os.path.join(FEDORAALTDEST, '31', 'Modular')}
|
||||
]},
|
||||
'updates-testing': {
|
||||
|
@ -58,7 +58,7 @@ RELEASES = {'f31': {'topic': 'fedora',
|
|||
'ostrees': [],
|
||||
'to': [{'arches': ['x86_64', 'aarch64', 'armhfp', 'source'],
|
||||
'dest': os.path.join(FEDORADEST, 'testing', '31', 'Modular')},
|
||||
{'arches': ['i386', 'ppc64le', 's390x'],
|
||||
{'arches': ['ppc64le', 's390x'],
|
||||
'dest': os.path.join(FEDORAALTDEST, 'testing', '31', 'Modular')}
|
||||
]}}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue