diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-10-19 12:33:10 -0400 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-10-19 12:34:28 -0400 |
commit | 42d14aad48e955642f9b4e36af42b6f347821b51 (patch) | |
tree | 650dc362d63d969cf75b01325567ee8e5505a53b /pkg/pyinst | |
parent | 7689c85f4f7f97a7a85989f984c8dc1553921843 (diff) |
[pkg] change upload
Diffstat (limited to 'pkg/pyinst')
-rw-r--r-- | pkg/pyinst/build.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/pyinst/build.mk b/pkg/pyinst/build.mk index ea82f9f6..9df420d0 100644 --- a/pkg/pyinst/build.mk +++ b/pkg/pyinst/build.mk @@ -17,7 +17,7 @@ bundle_sign: gpg2 -a --sign --detach-sign dist/Bitmask.$(NEXT_VERSION).tar.gz bundle_upload: - rsync --rsh='ssh' -avztlpog --progress --partial dist/Bitmask.$(NEXT_VERSION).* salmon.leap.se:./ + rsync --rsh='ssh' -avztlpog --progress --partial dist/Bitmask.$(NEXT_VERSION).* downloads.leap.se:./ bundle_clean: rm -rf dist build |