nodeps for all vairants
This commit is contained in:
parent
bc41c06c51
commit
fb4e2c52ea
@ -73,19 +73,20 @@ gather_prepopulate = {
|
|||||||
"file": "{{ arch }}/packages.json",
|
"file": "{{ arch }}/packages.json",
|
||||||
}
|
}
|
||||||
|
|
||||||
gather_method = {
|
gather_method = "nodeps"
|
||||||
{% for variant, options in variants.items() %}
|
#gather_method = {
|
||||||
{% if options['gather_methods'] is string %}
|
# {% for variant, options in variants.items() %}
|
||||||
"^{{ variant }}$": "{{ options['gather_methods'] }}",
|
# {% if options['gather_methods'] is string %}
|
||||||
{% else %}
|
# "^{{ variant }}$": "{{ options['gather_methods'] }}",
|
||||||
"^{{ variant }}$": {
|
# {% else %}
|
||||||
{% for source_name, gather_method in options['gather_methods'].items() %}
|
# "^{{ variant }}$": {
|
||||||
"{{ source_name }}": "{{ gather_method }}",
|
# {% for source_name, gather_method in options['gather_methods'].items() %}
|
||||||
{% endfor %}
|
# "{{ source_name }}": "{{ gather_method }}",
|
||||||
},
|
# {% endfor %}
|
||||||
{% endif %}
|
# },
|
||||||
{% endfor %}
|
# {% endif %}
|
||||||
}
|
# {% endfor %}
|
||||||
|
#}
|
||||||
|
|
||||||
gather_backend = "dnf"
|
gather_backend = "dnf"
|
||||||
check_deps = True
|
check_deps = True
|
||||||
|
Loading…
Reference in New Issue
Block a user