Don't include .hg_archival.txt in tarballs. They're now reproducible.

This commit is contained in:
Matt Johnston 2021-03-31 23:31:26 +08:00
parent ee49a1b16d
commit a8d6dac2c5

View File

@ -37,6 +37,8 @@ fi
hg archive "$RELDIR" || exit 2 hg archive "$RELDIR" || exit 2
rm "$RELDIR/.hgtags" rm "$RELDIR/.hgtags"
# .hg_archival.txt seems to differ between hg versions, isn't good for reproducibility
rm "$RELDIR/.hg_archival.txt"
RELDATE=$(head -n1 CHANGES | cut -d - -f 2) RELDATE=$(head -n1 CHANGES | cut -d - -f 2)
# timezone keeps it consistent, choose a plausible release time # timezone keeps it consistent, choose a plausible release time