Archived
1
0

update build.sh to use vendor

This commit is contained in:
Jeff Becker 2016-05-13 09:33:59 -04:00
parent 6e4398f0c2
commit 0e57fe057f
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -59,7 +59,10 @@ if [ "x$ipfs" == "xyes" ] ; then
echo "obtaining gx"
go get -v github.com/whyrusleeping/gx
go get -v github.com/whyrusleeping/gx-go
mkdir -p vendor/gx/ipfs
cd vendor/gx/ipfs
gx get $rev
cd $root
go get -u -v gx/ipfs/$rev/srndv2
else
go get -u -v github.com/majestrate/srndv2