From: Martin Mares Date: Thu, 16 Feb 2012 17:42:28 +0000 (+0100) Subject: Maint: More bug fixes X-Git-Tag: v3.1~19 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=68c36f12ba8eaca5f7df244e0b59d3c5a0600e75;p=bex.git Maint: More bug fixes --- diff --git a/maint/release b/maint/release index 1a64fa4..4b99af6 100755 --- a/maint/release +++ b/maint/release @@ -2,12 +2,12 @@ set -e VERSION=3.0 -ARCHIVE=bex-$(VERSION).tar.gz +ARCHIVE=bex-$VERSION.tar.gz -git tag v$(VERSION) +git tag v$VERSION git push --tags -git archive --format=tar --prefix=bex-$(VERSION)/ HEAD | gzip >$(ARCHIVE) -scp $(ARCHIVE) atrey:~ftp/pub/local/mj/bex/ -ssh jw "bin/sync-ftp && cd www && bin/release-prog bex $(VERSION)" +git archive --format=tar --prefix=bex-$VERSION/ HEAD | gzip >$ARCHIVE +scp $ARCHIVE atrey:~ftp/pub/local/mj/bex/ +ssh jw "bin/sync-ftp && cd www && bin/release-prog bex $VERSION" mkdir ~/archives/mj/bex -mv $(ARCHIVE) ~/archives/mj/bex/ +mv $ARCHIVE ~/archives/mj/bex/