comparison release.sh @ 1733:d529a52b2f7c coverity coverity

merge coverity from main
author Matt Johnston <matt@ucc.asn.au>
date Fri, 26 Jun 2020 21:07:34 +0800
parents e2e4929d057b
children 552bb9b4f16a
comparison
equal deleted inserted replaced
1643:b59623a64678 1733:d529a52b2f7c
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"