#981476 pristine-tar: please allow passing hints to speed it up

Package:
pristine-tar
Source:
pristine-tar
Description:
regenerate pristine tarballs
Submitter:
Thorsten Glaser
Date:
2021-01-31 18:30:05 UTC
Severity:
wishlist
Tags:
#981476#5
Date:
2021-01-31 18:27:41 UTC
From:
To:
I’ve got a very slow pristine-tar commit operation I could speed
up by telling pristine-tar that it was produced with, for example,
-Hustar -b1 --numeric-owner --owner=0 --group=0 --mode='u=rwX,go=rX'
with GNU tar, followed by xz -7e (specifically because this was
created from a repack script). Or paxtar -Mdist, or whatever.

This way, it, at the *very* least, wouldn’t have to try all xz
combinations trying to figure out the compression level, and
could maybe do a few more sensitive things with the ustar archive.