mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
makefile: Add a reproducible dist make job
Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
parent
11fedab9ce
commit
8da8105ee2
@ -739,3 +739,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)"
|
||||
|
Loading…
Reference in New Issue
Block a user