]> mj.ucw.cz Git - paperjam.git/commitdiff
Makefile: New distribution site of released tarballs
authorMartin Mares <mj@ucw.cz>
Sun, 19 Jan 2020 21:10:07 +0000 (22:10 +0100)
committerMartin Mares <mj@ucw.cz>
Sun, 19 Jan 2020 21:10:07 +0000 (22:10 +0100)
Makefile

index e167c0eb9460f20e689051b5fe0c514c1c7d7d0a..9f5f829904a34acfe632d8ad1369c1ba347d00e1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ release:
        git tag v$(VERSION)
        git push --tags
        git archive --format=tar --prefix=paperjam-$(VERSION)/ HEAD | gzip >paperjam-$(VERSION).tar.gz
-       rsync paperjam-$(VERSION).tar.gz atrey:ftp/linux/
+       rsync paperjam-$(VERSION).tar.gz jw:/home/ftp/pub/mj/linux/
        rsync paperjam.1.html jw:web/static/sw/paperjam/
        ssh jw 'cd web && bin/release-prog paperjam $(VERSION)'