Skip to content

cerbero: Support no compression for package tarball

Nirbheek Chauhan requested to merge nirbheek/cerbero:none-compress-method into main

This is useful if:

  1. You just want to test packaging, or
  2. It will be extracted into a prefix on the same system, or
  3. Some other tool will be used to compressed it later

On an SSD, a no-compression tarball is created within seconds, versus minutes for compression.

Merge request reports