bodhi2/backend: keep using branch name for fedora comps
Signed-off-by: Carl George <carlwgeorge@gmail.com>
This commit is contained in:
parent
89b5326271
commit
4aa261f704
1 changed files with 4 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue