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

Pipeline #346279 passed

Pipeline passed for 844e2f18 on schopin:external-zstd

Merged by Jelmer VernooijJelmer Vernooij 3 years ago (Apr 13, 2022 9:00pm UTC)

Merge details

  • Changes merged into master with 94714ef0.
  • Deleted the source branch.

Pipeline #368444 passed

Pipeline passed for 94714ef0 on master

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