epel8 mirrors sync
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
parent
5617ad026c
commit
1d93a6275b
1 changed files with 14 additions and 0 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue