Skip to content

Fix tar usage on bsdtar and print progress while compressing

Nirbheek Chauhan requested to merge nirbheek/cerbero:tar-fixes into main
package: Pass -cf as the last argument to tar

Old tar versions and bsdtar do not accept any further arguments after
-f so everything passed after -f <file> will be interpreted as
archive contents, and bsdtar will silently ignore non-existing files.
package: Print progress while creating dist tarball

Merge request reports