- Use zstd as compress type for a repo metadata

This commit is contained in:
Stepan Oksanichenko 2024-09-19 11:42:31 +03:00
parent 56953da115
commit fbb72364e1
Signed by: soksanichenko
GPG Key ID: AB9983172AB1E45B

View File

@ -164,6 +164,11 @@ createiso_skip = [
{% endfor %}
]
createrepo_extra_args = [
"--compress-type=zstd",
"--general-compress-type=zstd",
]
extra_isos = {
{% for variant, options in variants.items() %}
{% if options['extra_isos'] | default(false) %}