mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 12:03:38 +08:00
Use correct comps
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -11,7 +11,7 @@ comps_file = {
|
||||
'scm': 'git',
|
||||
'repo': 'https://pagure.io/fedora-comps.git',
|
||||
'branch': None, # defaults to cvs/HEAD or git/master
|
||||
'file': 'comps-f26.xml',
|
||||
'file': 'comps-f{{ release.version_int }}.xml',
|
||||
'command': 'make',
|
||||
}
|
||||
variants_file='variants-fedora.xml'
|
||||
|
||||
Reference in New Issue
Block a user