mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-19 06:19:27 +00:00
go get dependencies on executable
This commit is contained in:
parent
6c098ee779
commit
eba3fca7bc
1 changed files with 8 additions and 0 deletions
|
|
@ -28,6 +28,14 @@ echo "changing branch to $branch"
|
||||||
cd $GOPATH/src/github.com/ethereum/go-ethereum
|
cd $GOPATH/src/github.com/ethereum/go-ethereum
|
||||||
git checkout $branch
|
git checkout $branch
|
||||||
|
|
||||||
|
|
||||||
|
echo "go get -u -d github.com/ethereum/go-ethereum/$path"
|
||||||
|
go get -v -u -d github.com/ethereum/go-ethereum/$path
|
||||||
|
if [ $? != 0 ]; then
|
||||||
|
echo "go get failed"
|
||||||
|
exit
|
||||||
|
fi
|
||||||
|
|
||||||
cd $GOPATH/src/github.com/ethereum/go-ethereum/$path
|
cd $GOPATH/src/github.com/ethereum/go-ethereum/$path
|
||||||
|
|
||||||
if [ "$exe" == "mist" ]; then
|
if [ "$exe" == "mist" ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue