Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd-build: skip-compression on manifest json
I noticed this when running some build tests: ``` + cosa compress Targeting build: 41.20241112.20.0 Compressing: builds/41.20241112.20.0/x86_64 INFO - Running command: ['xz', '-c9', '-T6', 'builds/41.20241112.20.0/x86_64/fedora-coreos-41.20241112.20.0-ostree.x86_64-manifest.json'] Compressed: fedora-coreos-41.20241112.20.0-ostree.x86_64-manifest.json.xz ``` Which I don't think we really want. Also let's make the spacing the same as the previous entry in the JSON.
- Loading branch information