Archived
1
0

fix build and update gx

This commit is contained in:
Jeff Becker 2017-01-18 13:59:22 -05:00
parent 0feb319236
commit 178b7e56f6
2 changed files with 8 additions and 6 deletions

View File

@ -94,10 +94,12 @@ if [ "$ipfs" == "yes" ] ; then
mkdir -p "$GOPATH/src/gx/ipfs"
cd "$GOPATH/src/gx/ipfs"
"$GOPATH/bin/gx" get "$rev"
cd "$root"
go get -d -v
cd "$rev/srndv2"
echo "get deps"
go get -d -v
echo "build..."
go build -v .
mv nntpchan srndv2
cp srndv2 "$root"
echo -e "Built\n"
echo "Now configure NNTPChan with ./srndv2 setup"
else

View File

@ -1,13 +1,13 @@
{
"name": "nntpchan",
"author": "jeff",
"version": "0.1.1",
"version": "0.1.2",
"gxDependencies": [
{
"author": "jeff",
"name": "srndv2",
"hash": "QmdBUgNWwptb7EUKnpJ13iCeVZa2syvMWVWiPYs1MKFraN",
"version": "0.1.1"
"hash": "QmQTYzJdhpSCYb314zgP5XT24uQghDB3npxHj2TzjinQWt",
"version": "0.1.2"
}
],
"language": "go",