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:
parent
8358a3f198
commit
b8b43be0cd
1 changed files with 4 additions and 4 deletions
|
@ -115,12 +115,12 @@ RELEASES = {'f30': {'topic': 'fedora',
|
|||
'modules': ['epel'],
|
||||
'repos': {'epel-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')}
|
||||
]},
|
||||
'epel': {
|
||||
'from': 'epel7',
|
||||
'to': [{'arches': ['x86_64', 'aarch64', 'ppc64', 'ppc64le', 'source'],
|
||||
'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 'source'],
|
||||
'dest': os.path.join(EPELDEST, '7')}
|
||||
]}}
|
||||
},
|
||||
|
@ -129,12 +129,12 @@ RELEASES = {'f30': {'topic': 'fedora',
|
|||
'modules': ['epel'],
|
||||
'repos': {'epel': {
|
||||
'from': 'dist-6E-epel',
|
||||
'to': [{'arches': ['x86_64', 'ppc64', 'i386', 'source'],
|
||||
'to': [{'arches': ['x86_64', 'i386', 'source'],
|
||||
'dest': os.path.join(EPELDEST, '6')}
|
||||
]},
|
||||
'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')}
|
||||
]},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue