Mercurial > dropbear
changeset 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 | 96d573b40bb4 |
children | 587c76726b5f 7a0068effc65 |
files | release.sh |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/release.sh Wed Mar 31 23:24:55 2021 +0800 +++ b/release.sh Wed Mar 31 23:31:26 2021 +0800 @@ -37,6 +37,8 @@ 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