Archived
1
0

update ipfs hashes

This commit is contained in:
Jeff Becker 2016-05-13 08:49:43 -04:00
parent c7d322c09d
commit d8625a1cb5
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
2 changed files with 18 additions and 10 deletions

View File

@ -20,12 +20,15 @@ for arg in $@ ; do
esac
done
rev="QmaNuKBcG3hb5YJ4xpeipdX3t2Fw6pwZJSnpvsfn9Zj1tm"
rev="QmZWEqyb7hs2z1pNUqdfNyDgG3cj31ZZgP148RFdRExCQr"
ipfs="no"
_next=""
# check for build flags
for arg in $@ ; do
case $arg in
"--ipfs")
ipfs="yes"
;;
"--disable-redis")
tags="$tags -tags disable_redis"
;;
@ -48,12 +51,17 @@ if [ "x$rev" == "x" ] ; then
fi
cd $root
#echo "obtaining gx"
#go get -v github.com/whyrusleeping/gx
#go get -v github.com/whyrusleeping/gx-go
#gx install --global && go build -v
unset GOPATH
export GOPATH=$PWD/go
mkdir -p $GOPATH
go get -u -v github.com/majestrate/srndv2
if [ "x$ipfs" == "xyes" ] ; then
echo "obtaining gx"
go get -v github.com/whyrusleeping/gx
go get -v github.com/whyrusleeping/gx-go
gx install
else
go get -u -v github.com/majestrate/srndv2
fi
cp $GOPATH/bin/srndv2 $root
echo "Built"

View File

@ -6,12 +6,12 @@
{
"author": "jeff",
"name": "srndv2",
"hash": "QmaNuKBcG3hb5YJ4xpeipdX3t2Fw6pwZJSnpvsfn9Zj1tm",
"version": "0.0.0"
"hash": "QmZWEqyb7hs2z1pNUqdfNyDgG3cj31ZZgP148RFdRExCQr",
"version": "0.0.1"
}
],
"language": "go",
"issues_url": "https://github.com/majestrate/nntpchan",
"gx_version": "0.4.0",
"gx": {}
}
}