Изменён приортитет сжатия для squashfs (zstd,xz,gzip)

3.6.1.1
parent fcc0e0aae1
commit f7d2d261c8

@ -1382,7 +1382,7 @@ class VariableClBuilderCompress(IsoTypeHelper, Variable):
else:
yield compress
weight = {'xz': 2, 'gzip': 1}
weight = {'zstd': 3, 'xz': 2, 'gzip': 1}
ret = list(sorted(generator(),
key=lambda x: (-weight.get(x, 0), x)))

Loading…
Cancel
Save