guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: maint: Use "ustar" format for tarball again.


From: guix-commits
Subject: branch master updated: maint: Use "ustar" format for tarball again.
Date: Tue, 16 Apr 2024 18:15:52 -0400

This is an automated email from the git hooks/post-receive script.

janneke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new dbfb691c5b maint: Use "ustar" format for tarball again.
dbfb691c5b is described below

commit dbfb691c5b4bc66682657ebf124815f5b93fcdbd
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed Apr 17 00:06:09 2024 +0200

    maint: Use "ustar" format for tarball again.
    
    This is a follow-up to commit
        b0c33b1997e4a02e048ceac445b156b3a1eed76d
        maint: Use reproducible timestamps and name for tarball.
    
    * Makefile.am (am__tar): Add --format=ustar.
    
    Change-Id: I1e499c413703105704f49a84868ec10de69846fb
---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.am b/Makefile.am
index 5f0809ee00..147767ece4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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)        \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]