[tor-commits] [tor/release-0.4.6] makefile: Add a reproducible dist make job

dgoulet at torproject.org dgoulet at torproject.org
Fri Oct 29 13:21:27 UTC 2021


commit 8cf6f9183c4cb8bbf6431f07c433eb7ab37a638d
Author: David Goulet <dgoulet at torproject.org>
Date:   Thu Oct 28 16:29:22 2021 -0400

    makefile: Add a reproducible dist make job
    
    Signed-off-by: David Goulet <dgoulet at torproject.org>
---
 Makefile.am | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index c7bc514287..7cae870706 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -484,3 +484,7 @@ lsp:
 	else \
 		echo "No bear command found. On debian, apt install bear"; \
 	fi
+
+# Reproducible tarball. We change the tar options for this.
+dist-reprod:
+	$(MAKE) dist am__tar="$${TAR-tar} --format=gnu --owner=root --group=root --sort=name --mtime=\"`git show --no-patch --format='%ci'`\" -chof - $(distdir)"





More information about the tor-commits mailing list