Update 'pungi-build.conf.j2'
This commit is contained in:
parent
bb243f28f4
commit
f3ccaf9f37
@ -123,7 +123,9 @@ lorax_options = [
|
||||
|
||||
buildinstall_skip = [
|
||||
{% for variant, options in variants.items() %}
|
||||
{% if options['buildinstall_skip'] | default(false) %}
|
||||
{% if options['buildinstall_skip'] is string %}
|
||||
("^{{ variant }}$", {{ options['buildinstall_skip'] }}),
|
||||
{% elif options['buildinstall_skip'] | default(false) %}
|
||||
("^{{ variant }}$", {
|
||||
"*": True,
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user