bodhi2/backend: Add epel8-next to releases in new-updates-sync
Signed-off-by: Carl George <carl@george.computer>
This commit is contained in:
parent
61be8367c8
commit
a2f14e982e
1 changed files with 14 additions and 0 deletions
|
@ -172,6 +172,20 @@ RELEASES = {'f34': {'topic': 'fedora',
|
|||
'dest': os.path.join(EPELDEST, '8', 'Everything')}
|
||||
]}}
|
||||
},
|
||||
'epel8n': {'topic': 'epel',
|
||||
'version': '8',
|
||||
'modules': ['epel'],
|
||||
'repos': {'epel-testing': {
|
||||
'from': 'epel8-next-testing',
|
||||
'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 'source'],
|
||||
'dest': os.path.join(EPELDEST, 'testing', 'next', '8', 'Everything')}
|
||||
]},
|
||||
'epel': {
|
||||
'from': 'epel8-next',
|
||||
'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 'source'],
|
||||
'dest': os.path.join(EPELDEST, 'next', '8', 'Everything')}
|
||||
]}}
|
||||
},
|
||||
'epel8m': {'topic': 'epel',
|
||||
'version': '8m',
|
||||
'modules': ['epel'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue