[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/13: maint: Use reproducible timestamps and name for tarball.
From: |
guix-commits |
Subject: |
03/13: maint: Use reproducible timestamps and name for tarball. |
Date: |
Sun, 14 Apr 2024 04:39:18 -0400 (EDT) |
janneke pushed a commit to branch master
in repository guix.
commit b0c33b1997e4a02e048ceac445b156b3a1eed76d
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Feb 27 18:38:29 2020 +0100
maint: Use reproducible timestamps and name for tarball.
* Makefile.am (gen-tarball-version): Add reproducible timestamp to tarball.
(am__tar): Use it in new variable, overriding the Automake default.
(GZIP_ENV): New variable, overriding the Automake default.
---
Makefile.am | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 2b5e145095..a5e49bc406 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,7 @@
# Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
# Copyright © 2017 Leo Famulari <leo@famulari.name>
# Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
-# Copyright © 2017, 2020, 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
+# Copyright © 2017, 2020, 2023, 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
# Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>
# Copyright © 2018 Nikita <nikita@n0.is>
# Copyright © 2018 Julien Lepiller <julien@lepiller.eu>
@@ -970,6 +970,7 @@ $(top_srcdir)/.version: config.status
gen-tarball-version:
echo $(VERSION) > "$(distdir)/.tarball-version"
+ git show HEAD --format=%ct --no-patch > $(distdir)/.tarball-timestamp
gen-ChangeLog:
$(AM_V_GEN)if test -e .git; then \
@@ -1002,6 +1003,17 @@ dist-with-updated-version:
# Release management.
#
+# Reproducible tarball
+override GZIP_ENV = --best --no-name
+# Be friendly to Debian; avoid using EPOCH
+override am__tar = $${TAR-tar} \
+ --sort=name \
+ --mode=go=rX,u+rw,a-s \
+ --mtime=@$$(cat "$$tardir"/.tarball-timestamp) \
+ --owner=0 --group=0 --numeric-owner \
+ -cf - \
+ "$$tardir"
+
releasedir = release-$(PACKAGE_VERSION)
PACKAGE_FULL_TARNAME = $(PACKAGE_TARNAME)-$(PACKAGE_VERSION)
- 07/13: maint: Generate 'doc/version-LANG.texi' reproducibly., (continued)
- 07/13: maint: Generate 'doc/version-LANG.texi' reproducibly., guix-commits, 2024/04/14
- 11/13: maint: Avoid PNG and PDF generation to fail silently., guix-commits, 2024/04/14
- 12/13: maint: Reset CreationDate metadata on generated PDFs., guix-commits, 2024/04/14
- 13/13: maint: Ensure generated file reproducibility for dist., guix-commits, 2024/04/14
- 02/13: maint: Cater for running `make dist' from a worktree., guix-commits, 2024/04/14
- 05/13: maint: Help help2man generate reproducible man-pages., guix-commits, 2024/04/14
- 06/13: maint: Generate AUTHORS and ChangeLog reproducibly., guix-commits, 2024/04/14
- 08/13: maint: Use xgettext.scm wrapper to create .PO files reproducibly., guix-commits, 2024/04/14
- 01/13: doc: Use "dejavu sans" instead of "Helvetica" or "sans" in dot images., guix-commits, 2024/04/14
- 10/13: maint: Avoid EPS generation to fail silently, ensure reproducibility., guix-commits, 2024/04/14
- 03/13: maint: Use reproducible timestamps and name for tarball.,
guix-commits <=
- 09/13: maint: Use reproducible Git timestamp for POT-Creation-Date., guix-commits, 2024/04/14