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',
|
||||
'repo': 'https://pagure.io/fedora-comps.git',
|
||||
'branch': None, # defaults to cvs/HEAD or git/master
|
||||
{% 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 %}
|
||||
'file': 'comps-{{ release.branch }}.xml',
|
||||
'command': 'make',
|
||||
}
|
||||
variants_file='variants-fedora.xml'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue