bodhi: Configure pungi to check out master on comps.

This is to work around https://pagure.io/pungi/issue/1181.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2019-05-06 17:15:05 +00:00
parent f00b5c16c3
commit 57cde5b5cd

View file

@ -11,7 +11,7 @@ old_composes_per_release_type = True
comps_file = {
'scm': 'git',
'repo': 'https://pagure.io/fedora-comps.git',
'branch': None, # defaults to cvs/HEAD or git/master
'branch': 'master', # defaults to cvs/HEAD or git/master
'file': 'comps-[[ release.branch ]].xml',
'command': 'make',
}