From fb4e2c52ea5677ef94d489214a3bae648797b2dc Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Tue, 14 Mar 2023 17:16:14 +0200 Subject: [PATCH] nodeps for all vairants --- pungi-build.conf.j2 | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/pungi-build.conf.j2 b/pungi-build.conf.j2 index 3c3f827..e91de76 100644 --- a/pungi-build.conf.j2 +++ b/pungi-build.conf.j2 @@ -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