summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2016-04-14 18:49:26 -0400
committerKali Kaneko <kali@leap.se>2016-04-15 11:54:34 -0400
commit249864008ae8640042573bd6dfc42b6ce28324e8 (patch)
tree53fc143275ef2b6eb8699c74d03f7c2de23569f2
parent6e2e5e08dca279b6ea4f7835415a3900c28dfd84 (diff)
[tools] make uploads resumable
-rw-r--r--pkg/pyinst/pyinst-build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/pyinst/pyinst-build.mk b/pkg/pyinst/pyinst-build.mk
index 9120e7a1..9595ad50 100644
--- a/pkg/pyinst/pyinst-build.mk
+++ b/pkg/pyinst/pyinst-build.mk
@@ -60,7 +60,7 @@ pyinst-sign:
gpg2 -a --sign --detach-sign dist/Bitmask.$(NEXT_VERSION).tar.gz
pyinst-upload:
- scp dist/Bitmask.$(NEXT_VERSION).* salmon.leap.se:./
+ rsync --rsh='ssh' -avztlpog --progress --partial dist/Bitmask.$(NEXT_VERSION).* salmon.leap.se:./
pyinst-linux: pyinst reset-ver pyinst-hacks pyinst-trim pyinst-cleanup pyinst-distribution-data pyinst-linux-helpers pyinst-tar