summaryrefslogtreecommitdiffstats
path: root/fragments/base/compression (unfollow)
Commit message (Collapse)AuthorLines
2024-09-27fragments: Use compression/zstd instead of base/compressionWolfgang Müller-1/+0
We don't want to have zstd compression on every machine, so get this particular option out of the base/ directory. For now wee only use this on albatross.
2024-09-19fragments: Add base/compressionWolfgang Müller-0/+1
For now this will only include support for zstd. This is generic enough to keep in a base profile.