good morning!!!!

Skip to content
Snippets Groups Projects
Commit eba3fca7 authored by Eric Robitaille's avatar Eric Robitaille
Browse files

go get dependencies on executable

parent 6c098ee7
Branches
Tags
No related merge requests found
...@@ -28,6 +28,14 @@ echo "changing branch to $branch" ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment