Skip to content
Snippets Groups Projects

Add support for zstd compression via external tooling

Merged Simon Chopin requested to merge schopin/python-debian:external-zstd into master
1 unresolved thread

This patchset has been forward-ported from the initial delta introduced in Ubuntu by @athos as mentioned in !65 (closed).

As you might know, Ubuntu has moved to zstd as the default compression algorithm used in dpkg, while this particular algorithm isn't implemented in Debian's dpkg. Furthermore, the Python packages shutil and tarfile don't support this algorithm either, which is why the approach used here is to invoke the zstd CLI as a subprocess, piping it the data.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading