1
mirror of https://github.com/rclone/rclone synced 2024-11-12 10:50:08 +01:00

Rebuild the godeps from scratch on update and include godep as a build_dep

This commit is contained in:
Nick Craig-Wood 2016-11-19 10:04:22 +00:00
parent 2c594dd996
commit 8118623680

View File

@ -50,12 +50,14 @@ ifdef GO_LATEST
go get -u github.com/golang/lint/golint
go get -u github.com/mitchellh/gox
go get -u github.com/inconshreveable/mousetrap
go get -u github.com/tools/godep
endif
# Update dependencies
update:
rm -rf Godeps vendor
go get -t -u -f -v ./...
godep update ./...
godep save
doc: rclone.1 MANUAL.html MANUAL.txt