Add update_deps

This commit is contained in:
Jae Kwon
2016-02-15 17:29:52 -08:00
parent d31d3c58ad
commit cc18b5f38e

View File

@@ -35,6 +35,9 @@ get_deps:
go get -d github.com/tendermint/tendermint/...
go list -f '{{join .TestImports "\n"}}' github.com/tendermint/tendermint/... | sort | uniq | xargs go get
update_deps:
go get -d -u github.com/tendermint/tendermint/...
revision:
-echo `git rev-parse --verify HEAD` > $(TMROOT)/revision
-echo `git rev-parse --verify HEAD` >> $(TMROOT)/revision_history