From: Martin Mareš Date: Sun, 17 Aug 2025 13:30:17 +0000 (+0200) Subject: make release: Fix upload X-Git-Tag: v1.1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;p=xsv.git make release: Fix upload --- diff --git a/Makefile b/Makefile index d12bfe7..d80a252 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ release: xsv.1.html git tag v$(VERSION) git push --tags git archive --format=tar --prefix=xsv-$(VERSION)/ HEAD | gzip >$(ARCHIVE) - scp $(ARCHIVE) atrey:~ftp/pub/local/mj/linux/ + scp $(ARCHIVE) jw:/home/ftp/pub/mj/linux/ rsync xsv.1.html docbook-xsl.css jw:web/sw/xsv/ ssh jw "cd web && bin/release-prog xsv $(VERSION)" mv $(ARCHIVE) ~/archives/sw/xsv/