summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2021-03-31 23:31:26 +0800
committerMatt Johnston <matt@ucc.asn.au>2021-03-31 23:31:26 +0800
commita8d6dac2c53f430bb5721f913478bd294d8b52da (patch)
tree0c0b37947daee56b5ee08a36a5d1cfe7a2301850
parentee49a1b16d550d645e52378cab80ef1fc671b800 (diff)
Don't include .hg_archival.txt in tarballs. They're now reproducible.
-rwxr-xr-xrelease.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/release.sh b/release.sh
index b399411..4e4ef1a 100755
--- a/release.sh
+++ b/release.sh
@@ -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