]> mj.ucw.cz Git - xsv.git/commitdiff
make release: Fix upload master v1.1
authorMartin Mareš <mj@ucw.cz>
Sun, 17 Aug 2025 13:30:17 +0000 (15:30 +0200)
committerMartin Mareš <mj@ucw.cz>
Sun, 17 Aug 2025 13:30:17 +0000 (15:30 +0200)
Makefile

index d12bfe7e067d341334e3bbbdca5009855b8ab855..d80a2520d331528a16784d578e4e97666396c4b6 100644 (file)
--- 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)
        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/
        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/