Mercurial > dropbear
comparison release.sh @ 1183:d10468395a49
release.sh reminds how to sign
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 25 Nov 2015 23:30:56 +0800 |
parents | 40434003bd96 |
children | 0276c0f8c2b8 |
comparison
equal
deleted
inserted
replaced
1182:a1b116c5ccb8 | 1183:d10468395a49 |
---|---|
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 sha -sha256 $ARCHIVE |
42 echo "Done to $ARCHIVE" | 42 echo Done to |
43 echo "$ARCHIVE" | |
44 echo Sign it with | |
45 echo gpg2 --detach-sign -a -u F29C6773 "$ARCHIVE" |