Browse Source

use glide in install_tmsp_apps.sh

pull/317/head
Ethan Buchman 8 years ago
parent
commit
0b098a2eee
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      scripts/install_tmsp_apps.sh

+ 4
- 3
scripts/install_tmsp_apps.sh View File

@ -3,10 +3,11 @@
go get github.com/tendermint/tmsp/...
# get the tmsp commit used by tendermint
COMMIT=`bash scripts/glide/parse.sh $(pwd)/glide.lock tmsp`
COMMIT=`bash scripts/glide/parse.sh tmsp`
echo "Checking out vendored commit for tmsp: $COMMIT"
cd $GOPATH/src/github.com/tendermint/tmsp
git checkout $COMMIT
glide install
go install ./cmd/...

Loading…
Cancel
Save