From 68c36f12ba8eaca5f7df244e0b59d3c5a0600e75 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 16 Feb 2012 18:42:28 +0100 Subject: [PATCH] Maint: More bug fixes --- maint/release | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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/ -- 2.39.2