Commit 269cc85
committed
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.1 parent 765d613 commit 269cc85
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
571 | 571 | | |
572 | 572 | | |
573 | 573 | | |
574 | | - | |
575 | | - | |
576 | | - | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
577 | 578 | | |
578 | 579 | | |
579 | 580 | | |
| |||
0 commit comments