Make el6 and epel7 work
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
97bb576d63
commit
09f50cd3fb
1 changed files with 7 additions and 1 deletions
|
@ -11,7 +11,13 @@ 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-f{{ release.version_int }}.xml',
|
{% if release.version_int == 6 %}
|
||||||
|
'file': 'comps-el6.xml',
|
||||||
|
{% elif release.version_int == 7 %}
|
||||||
|
'file': 'comps-epel7.xml',
|
||||||
|
{% else %}
|
||||||
|
'file': 'comps-f{{ release.version_int }}.xml',
|
||||||
|
{% endif %}
|
||||||
'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