mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 10:50:44 +00:00
update
This commit is contained in:
parent
cad98dc4d5
commit
214721ca01
1 changed files with 5 additions and 1 deletions
|
|
@ -26,14 +26,18 @@ if [ $? != 0 ]; then
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "serpent-go"
|
||||||
cd $GOPATH/src/github.com/obscuren/mutan
|
cd $GOPATH/src/github.com/obscuren/mutan
|
||||||
|
|
||||||
|
echo "init submodule"
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
|
|
||||||
echo "git checkout $branch"
|
echo "eth-go"
|
||||||
cd $GOPATH/src/github.com/ethereum/eth-go
|
cd $GOPATH/src/github.com/ethereum/eth-go
|
||||||
git checkout $branch
|
git checkout $branch
|
||||||
|
|
||||||
|
echo "go-ethereum"
|
||||||
cd $GOPATH/src/github.com/ethereum/go-ethereum/$exe
|
cd $GOPATH/src/github.com/ethereum/go-ethereum/$exe
|
||||||
git checkout $branch
|
git checkout $branch
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue