bodhi/new-updates-sync: do not try and sync ppc64 for epel6/7 as we stopped composing that today with f28 eol.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-05-29 02:23:52 +00:00
parent 8358a3f198
commit b8b43be0cd

View file

@ -115,12 +115,12 @@ RELEASES = {'f30': {'topic': 'fedora',
'modules': ['epel'], 'modules': ['epel'],
'repos': {'epel-testing': { 'repos': {'epel-testing': {
'from': 'epel7-testing', 'from': 'epel7-testing',
'to': [{'arches': ['x86_64', 'aarch64', 'ppc64', 'ppc64le', 'source'], 'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 'source'],
'dest': os.path.join(EPELDEST, 'testing', '7')} 'dest': os.path.join(EPELDEST, 'testing', '7')}
]}, ]},
'epel': { 'epel': {
'from': 'epel7', 'from': 'epel7',
'to': [{'arches': ['x86_64', 'aarch64', 'ppc64', 'ppc64le', 'source'], 'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 'source'],
'dest': os.path.join(EPELDEST, '7')} 'dest': os.path.join(EPELDEST, '7')}
]}} ]}}
}, },
@ -129,12 +129,12 @@ RELEASES = {'f30': {'topic': 'fedora',
'modules': ['epel'], 'modules': ['epel'],
'repos': {'epel': { 'repos': {'epel': {
'from': 'dist-6E-epel', 'from': 'dist-6E-epel',
'to': [{'arches': ['x86_64', 'ppc64', 'i386', 'source'], 'to': [{'arches': ['x86_64', 'i386', 'source'],
'dest': os.path.join(EPELDEST, '6')} 'dest': os.path.join(EPELDEST, '6')}
]}, ]},
'epel-testing': { 'epel-testing': {
'from': 'dist-6E-epel-testing', 'from': 'dist-6E-epel-testing',
'to': [{'arches': ['x86_64', 'ppc64', 'i386', 'source'], 'to': [{'arches': ['x86_64', 'i386', 'source'],
'dest': os.path.join(EPELDEST, 'testing', '6')} 'dest': os.path.join(EPELDEST, 'testing', '6')}
]}, ]},
} }