From: Martin Mares Date: Mon, 17 Feb 2025 17:27:04 +0000 (+0100) Subject: Makefile: Fix release process X-Git-Tag: v1.1.1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=531c95cedf631c709d0ee6a9ba4f04103fc3494a;p=subauth.git Makefile: Fix release process --- diff --git a/Makefile b/Makefile index 0e81d9a..787747a 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ release: $(HTML_DOCS) git tag v$(VERSION) git push --tags git archive --format=tar --prefix=subauth-$(VERSION)/ HEAD | gzip >subauth-$(VERSION).tar.gz - rsync subauth-$(VERSION).tar.gz atrey:ftp/linux/ + rsync subauth-$(VERSION).tar.gz jw:/home/ftp/pub/mj/linux/ rsync $(HTML_DOCS) jw:www/static/sw/subauth/ ssh jw 'cd web && bin/release-prog subauth $(VERSION)'