cross-compile: make rclone-beta-latest* for download #1047

This commit is contained in:
Nick Craig-Wood
2017-02-20 16:58:46 +00:00
parent 5e93fe96d3
commit 1ae604fcf4
2 changed files with 7 additions and 6 deletions
+2 -4
View File
@@ -98,17 +98,15 @@ upload_github:
./bin/upload-github $(TAG)
cross: doc
go run bin/cross-compile.go $(TAG)
go run bin/cross-compile.go -release current $(TAG)
beta:
go run bin/cross-compile.go $(TAG)β
rm build/*-current-*
rclone -v copy build/ memstore:pub-rclone-org/$(TAG)β
@echo Beta release ready at http://pub.rclone.org/$(TAG)%CE%B2/
travis_beta:
go run bin/cross-compile.go $(TAG)β
rm build/*-current-*
go run bin/cross-compile.go -release latest-beta $(TAG)β
rclone --config bin/travis.rclone.conf -v copy build/ memstore:beta-rclone-org/$(TAG)
@echo Beta release ready at $(BETA_URL)