Mercurial > dropbear
comparison release.sh @ 949:0d2d39957c02 DROPBEAR_2014.64
Archive should be bz2 nor gz
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 27 Jul 2014 22:56:35 +0800 |
parents | f92eb625c48d |
children | cbd674d63cd4 |
comparison
equal
deleted
inserted
replaced
948:f92eb625c48d | 949:0d2d39957c02 |
---|---|
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 czf $ARCHIVE `basename "$RELDIR"`) || exit 2 | 36 (cd $RELDIR/.. && tar cjf $ARCHIVE `basename "$RELDIR"`) || exit 2 |
37 | 37 |
38 ls -l $ARCHIVE | 38 ls -l $ARCHIVE |
39 openssl sha1 $ARCHIVE | 39 openssl sha1 $ARCHIVE |
40 echo "Done to $ARCHIVE" | 40 echo "Done to $ARCHIVE" |