comparison release.sh @ 1739:13d834efc376 fuzz

merge from main
author Matt Johnston <matt@ucc.asn.au>
date Thu, 15 Oct 2020 19:55:15 +0800
parents e2e4929d057b
children 552bb9b4f16a
comparison
equal deleted inserted replaced
1562:768ebf737aa0 1739:13d834efc376
36 rm "$RELDIR/.hgtags" 36 rm "$RELDIR/.hgtags"
37 37
38 (cd "$RELDIR/.." && tar cjf $ARCHIVE `basename "$RELDIR"`) || exit 2 38 (cd "$RELDIR/.." && tar cjf $ARCHIVE `basename "$RELDIR"`) || exit 2
39 39
40 ls -l $ARCHIVE 40 ls -l $ARCHIVE
41 openssl sha -sha256 $ARCHIVE 41 openssl sha256 $ARCHIVE
42 echo Done to 42 echo Done to
43 echo "$ARCHIVE" 43 echo "$ARCHIVE"
44 echo Sign it with 44 echo Sign it with
45 echo gpg2 --detach-sign -a -u F29C6773 "$ARCHIVE" 45 echo gpg2 --detach-sign -a -u F29C6773 "$ARCHIVE"