Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update tar/zstd patch from upstream | Todd Zullinger | 2020-12-29 | 1 | -7/+11 |
| | | | | The patch has been accepted. Use the upstream URL as the patch source. | ||||
* | improve test suite's use of zstd to decode a tar file | Todd Zullinger | 2020-08-08 | 1 | -0/+73 |
The tar --zstd option was added in GNU tar-1.32 (2019-02-23). Supported EPEL releases lack support for this option. Avoid the requirement on any specific implementations or versions of tar by piping decompressed output to tar. This is compatible with older GNU tar releases as well as tar implementations from other vendors. (It may also be a slight benefit that this more closely matches what the snapshot creation code does.) |