- Use zstd as compress type for a repo metadata
This commit is contained in:
parent
56953da115
commit
fbb72364e1
@ -164,6 +164,11 @@ createiso_skip = [
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
createrepo_extra_args = [
|
||||||
|
"--compress-type=zstd",
|
||||||
|
"--general-compress-type=zstd",
|
||||||
|
]
|
||||||
|
|
||||||
extra_isos = {
|
extra_isos = {
|
||||||
{% for variant, options in variants.items() %}
|
{% for variant, options in variants.items() %}
|
||||||
{% if options['extra_isos'] | default(false) %}
|
{% if options['extra_isos'] | default(false) %}
|
||||||
|
Loading…
Reference in New Issue
Block a user