Fix fetch_windows target in Makefile

s3-about
Nick Craig-Wood 2017-07-22 20:43:20 +01:00
parent c8b5ee1e54
commit 0b6fba34a3
2 changed files with 4 additions and 5 deletions

View File

@ -131,9 +131,10 @@ travis_beta:
# Fetch the windows builds from appveyor
fetch_windows:
rclone -v copy --include 'rclone-v*-windows-*.zip' memstore:beta-rclone-org build/$(TAG) build/
cp -av rclone-v*-windows-*.zip rclone-current-windows-386.zip
cp -av rclone-v*-windows-*.zip rclone-current-windows-amd64.zip
rclone -v copy --include 'rclone-v*-windows-*.zip' memstore:beta-rclone-org/$(TAG) build/
-#cp -av build/rclone-v*-windows-386.zip build/rclone-current-windows-386.zip
-#cp -av build/rclone-v*-windows-amd64.zip build/rclone-current-windows-amd64.zip
md5sum build/rclone-*-windows-*.zip | sort
serve: website
cd docs && hugo server -v -w

View File

@ -33,6 +33,4 @@ Early in the next release cycle update the vendored dependencies
* carry forward any patches to vendor stuff
* git commit -a -v
## Make version number go to -DEV and check in
Make the version number be just in a file?