mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-10 06:57:24 +00:00
Add update_deps
This commit is contained in:
3
Makefile
3
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user