Mercurial > dropbear
comparison release.sh @ 1137:40434003bd96
remove .hgtags from release
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 03 Aug 2015 21:05:42 +0800 |
parents | 1d2d81b1b7c1 |
children | d10468395a49 |
comparison
equal
deleted
inserted
replaced
1136:a7c4a70ae495 | 1137:40434003bd96 |
---|---|
31 | 31 |
32 (cd "$RELDIR" && autoconf && autoheader) || exit 2 | 32 (cd "$RELDIR" && autoconf && autoheader) || exit 2 |
33 | 33 |
34 rm -r "$RELDIR/autom4te.cache" || exit 2 | 34 rm -r "$RELDIR/autom4te.cache" || exit 2 |
35 | 35 |
36 (cd $RELDIR/.. && tar cjf $ARCHIVE `basename "$RELDIR"`) || exit 2 | 36 rm "$RELDIR/.hgtags" |
37 | |
38 (cd "$RELDIR/.." && tar cjf $ARCHIVE `basename "$RELDIR"`) || exit 2 | |
37 | 39 |
38 ls -l $ARCHIVE | 40 ls -l $ARCHIVE |
39 openssl sha -sha256 $ARCHIVE | 41 openssl sha -sha256 $ARCHIVE |
40 echo "Done to $ARCHIVE" | 42 echo "Done to $ARCHIVE" |