mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 05:17:28 +00:00
Don't include .hg_archival.txt in tarballs. They're now reproducible.
This commit is contained in:
parent
ee49a1b16d
commit
a8d6dac2c5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user