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:
parent
f00b5c16c3
commit
57cde5b5cd
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue