epel8 mirrors sync

Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
Mohan Boddu 2019-07-31 22:22:13 +00:00 committed by Pierre-Yves Chibon
parent 5617ad026c
commit 1d93a6275b

View file

@ -110,6 +110,20 @@ RELEASES = {'f30': {'topic': 'fedora',
'dest': os.path.join(FEDORAALTDEST, 'testing', '29', 'Modular')}
]}}
},
'epel8': {'topic': 'epel',
'version': '8',
'modules': ['epel'],
'repos': {'epel-testing': {
'from': 'epel8-testing',
'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 's390x', 'source'],
'dest': os.path.join(EPELDEST, 'testing', '8/Everything')}
]},
'epel': {
'from': 'epel8',
'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 's390x', 'source'],
'dest': os.path.join(EPELDEST, '8/Everything')}
]}}
},
'epel7': {'topic': 'epel',
'version': '7',
'modules': ['epel'],