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