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"
|
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
|
||||||
|
@ -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",
|
||||||
|
Reference in New Issue
Block a user