]> mj.ucw.cz Git - bex.git/commitdiff
Maint: More bug fixes
authorMartin Mares <mj@ucw.cz>
Thu, 16 Feb 2012 17:42:28 +0000 (18:42 +0100)
committerMartin Mares <mj@ucw.cz>
Thu, 16 Feb 2012 17:42:28 +0000 (18:42 +0100)
maint/release

index 1a64fa4299a8020aef7a3b72aca242cd4253dde2..4b99af61210f959a1366f36ef002ca71e90b346e 100755 (executable)
@@ -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/