bodhi2/backend: keep using branch name for fedora comps

Signed-off-by: Carl George <carlwgeorge@gmail.com>
This commit is contained in:
Carl George 2025-02-18 17:22:55 -06:00
parent 89b5326271
commit 4aa261f704

View file

@ -26,7 +26,11 @@ comps_file = {
'scm': 'git',
'repo': 'https://pagure.io/fedora-comps.git',
'branch': 'main', # defaults to cvs/HEAD or git/main
[% if release.id_prefix == 'FEDORA-EPEL' %]
'file': 'comps-epel[[ release.version | int ]].xml',
[% else %]
'file': 'comps-[[ release.branch ]].xml',
[% endif %]
'command': 'make',
}
variants_file='variants.xml'