Use correct comps
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
21fee4d7e9
commit
97bb576d63
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ comps_file = {
|
||||||
'scm': 'git',
|
'scm': 'git',
|
||||||
'repo': 'https://pagure.io/fedora-comps.git',
|
'repo': 'https://pagure.io/fedora-comps.git',
|
||||||
'branch': None, # defaults to cvs/HEAD or git/master
|
'branch': None, # defaults to cvs/HEAD or git/master
|
||||||
'file': 'comps-f26.xml',
|
'file': 'comps-f{{ release.version_int }}.xml',
|
||||||
'command': 'make',
|
'command': 'make',
|
||||||
}
|
}
|
||||||
variants_file='variants-fedora.xml'
|
variants_file='variants-fedora.xml'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue