Browse Source

Add update_deps

pull/192/head
Jae Kwon 8 years ago
parent
commit
cc18b5f38e
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      Makefile

+ 3
- 0
Makefile 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

Loading…
Cancel
Save