mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-05 04:55:18 +00:00
TMSP -> ABCI
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
#! /bin/bash
|
||||
|
||||
go get github.com/tendermint/tmsp/...
|
||||
go get github.com/tendermint/abci/...
|
||||
|
||||
# get the tmsp commit used by tendermint
|
||||
COMMIT=`bash scripts/glide/parse.sh tmsp`
|
||||
# get the abci commit used by tendermint
|
||||
COMMIT=`bash scripts/glide/parse.sh abci`
|
||||
|
||||
echo "Checking out vendored commit for tmsp: $COMMIT"
|
||||
echo "Checking out vendored commit for abci: $COMMIT"
|
||||
|
||||
cd $GOPATH/src/github.com/tendermint/tmsp
|
||||
cd $GOPATH/src/github.com/tendermint/abci
|
||||
git checkout $COMMIT
|
||||
glide install
|
||||
go install ./cmd/...
|
||||
|
||||
Reference in New Issue
Block a user