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" mkdir -p "$GOPATH/src/gx/ipfs"
cd "$GOPATH/src/gx/ipfs" cd "$GOPATH/src/gx/ipfs"
"$GOPATH/bin/gx" get "$rev" "$GOPATH/bin/gx" get "$rev"
cd "$root" cd "$rev/srndv2"
go get -d -v echo "get deps"
go get -d -v
echo "build..."
go build -v . go build -v .
mv nntpchan srndv2 cp srndv2 "$root"
echo -e "Built\n" echo -e "Built\n"
echo "Now configure NNTPChan with ./srndv2 setup" echo "Now configure NNTPChan with ./srndv2 setup"
else else

View File

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