diff options
author | Matt Johnston <matt@ucc.asn.au> | 2021-03-31 23:31:26 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2021-03-31 23:31:26 +0800 |
commit | a8d6dac2c53f430bb5721f913478bd294d8b52da (patch) | |
tree | 0c0b37947daee56b5ee08a36a5d1cfe7a2301850 | |
parent | ee49a1b16d550d645e52378cab80ef1fc671b800 (diff) |
Don't include .hg_archival.txt in tarballs. They're now reproducible.
-rwxr-xr-x | release.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -37,6 +37,8 @@ fi hg archive "$RELDIR" || exit 2 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) # timezone keeps it consistent, choose a plausible release time |