bodhi2/backend: Add epel8-next to releases in new-updates-sync

Signed-off-by: Carl George <carl@george.computer>
This commit is contained in:
Carl George 2021-05-04 15:38:37 -05:00 committed by smooge
parent 61be8367c8
commit a2f14e982e

View file

@ -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'],