From aa200c64109df47a1d004b1ee04db1fbe7fba602 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 16 Feb 2012 18:40:29 +0100 Subject: [PATCH] Released as 3.0 --- maint/release | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 maint/release diff --git a/maint/release b/maint/release new file mode 100644 index 0000000..1a64fa4 --- /dev/null +++ b/maint/release @@ -0,0 +1,13 @@ +#!/bin/sh +set -e + +VERSION=3.0 +ARCHIVE=bex-$(VERSION).tar.gz + +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)" +mkdir ~/archives/mj/bex +mv $(ARCHIVE) ~/archives/mj/bex/ -- 2.39.2