Skip to content
Snippets Groups Projects
Commit 11fedab9 authored by Alexander Hansen Færøy's avatar Alexander Hansen Færøy :speech_balloon: Committed by David Goulet
Browse files

release: Patches to make tarball reproducible


Closes #26299

Signed-off-by: David Goulet's avatarDavid Goulet <dgoulet@torproject.org>
parent a80868c1
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,8 @@ if [ $# != 3 ]; then
exit 1;
fi
export SOURCE_DATE_EPOCH=$(git show --no-patch --format='%ct')
output=$3
if [ "$1" = "html" ]; then
......@@ -19,7 +21,7 @@ if [ "$1" = "html" ]; then
base=${output%%.html.in}
if [ "$2" != none ]; then
TZ=UTC "$2" -d manpage -o "$output" "$input";
TZ=UTC "$2" -f "$(dirname $0)/nofooter.conf" -d manpage -o "$output" "$input";
else
echo "==================================";
echo;
......
# There is a single space on the footer-text line to make it reproducible.
[footer-text]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment