me
/
guix
Archived
1
0
Fork 0

maint: Use "ustar" format for tarball again.

This is a follow-up to commit
    b0c33b1997
    maint: Use reproducible timestamps and name for tarball.

* Makefile.am (am__tar): Add --format=ustar.

Change-Id: I1e499c413703105704f49a84868ec10de69846fb
master
Janneke Nieuwenhuizen 2024-04-17 00:06:09 +02:00
parent f073cea41b
commit dbfb691c5b
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 0 deletions

View File

@ -1033,6 +1033,7 @@ dist-with-updated-version:
override GZIP_ENV = --best --no-name
# Be friendly to Debian; avoid using EPOCH
override am__tar = $${TAR-tar} \
--format=ustar \
--sort=name \
--mode=go=rX,u+rw,a-s \
--mtime=@$$(cat "$$tardir"/.tarball-timestamp) \