Control: severity 1003155 minor
On 2022-01-05, Heinrich Schuchardt wrote:
> The opensbi package has a maintainer script debian/bin/git-snapshot with
> commands
>
> archive=tar.xz
> git archive \
> --format=${archive} \
Adding to .gitconfig makes it work:
[tar "tar.xz"]
command = xz --threads=0
> tar.xz is not a valid archive format. 'git archive -l' gives this list:
>
> * tar
> * tgz
> * tar.gz
> * zip
>
> Please, change the maintainer script to use --format=tar and issue a
> separate command to compress with xz.
Or maybe not bother with .xz at all and just use a .tar.gz. I usually
use the "released" tarballs downloaded via debian/watch, which ends up
with .tar.gz from github anyways...
live well,
vagrant
signature.asc
Description: PGP signature

