nodeps for all vairants

This commit is contained in:
soksanichenko 2023-03-14 17:16:14 +02:00
parent bc41c06c51
commit fb4e2c52ea

View File

@ -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