Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [archive] Don't shell out for compressing the archive | Jake Hunsaker | 2021-05-12 | 1 | -0/+35 |
As sos is now python3-only, we can avoid shelling-out to compression utilities like `xz` or `gzip`, and instead use the method provided by the built-in `tarfile` module. Resolves: #2523 Signed-off-by: Jake Hunsaker <jhunsake@redhat.com> |