Simplify comps
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
09f50cd3fb
commit
e0d65a567b
1 changed files with 1 additions and 7 deletions
|
@ -11,13 +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
|
||||||
{% if release.version_int == 6 %}
|
'file': 'comps-{{ release.branch }}.xml',
|
||||||
'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