fix build and update gx
This commit is contained in:
parent
0feb319236
commit
178b7e56f6
8
build.sh
8
build.sh
@ -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
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user