- Use gz as compress type for a repo metadata

This commit is contained in:
Stepan Oksanichenko 2024-09-19 12:54:33 +03:00
parent fbb72364e1
commit 13cd41f5c2
Signed by: soksanichenko
GPG Key ID: AB9983172AB1E45B

View File

@ -165,8 +165,8 @@ createiso_skip = [
] ]
createrepo_extra_args = [ createrepo_extra_args = [
"--compress-type=zstd", "--compress-type=gz",
"--general-compress-type=zstd", "--general-compress-type=gz",
] ]
extra_isos = { extra_isos = {