comparison release.sh @ 1817:209711833f15

Don't include .hg_archival.txt in tarballs. They're now reproducible.
author Matt Johnston <matt@ucc.asn.au>
date Wed, 31 Mar 2021 23:31:26 +0800
parents f78e67527731
children 6110afb6f581
comparison
equal deleted inserted replaced
1816:96d573b40bb4 1817:209711833f15
35 fi 35 fi
36 36
37 hg archive "$RELDIR" || exit 2 37 hg archive "$RELDIR" || exit 2
38 38
39 rm "$RELDIR/.hgtags" 39 rm "$RELDIR/.hgtags"
40 # .hg_archival.txt seems to differ between hg versions, isn't good for reproducibility
41 rm "$RELDIR/.hg_archival.txt"
40 42
41 RELDATE=$(head -n1 CHANGES | cut -d - -f 2) 43 RELDATE=$(head -n1 CHANGES | cut -d - -f 2)
42 # timezone keeps it consistent, choose a plausible release time 44 # timezone keeps it consistent, choose a plausible release time
43 RELTIME="22:30:00 +0800" 45 RELTIME="22:30:00 +0800"
44 46