update gx stuffs
This commit is contained in:
parent
136a0878af
commit
6e4398f0c2
2
.gitignore
vendored
2
.gitignore
vendored
@ -23,6 +23,7 @@ srndv2
|
|||||||
|
|
||||||
# private key
|
# private key
|
||||||
*.key
|
*.key
|
||||||
|
*.txt
|
||||||
|
|
||||||
# certificates
|
# certificates
|
||||||
certs
|
certs
|
||||||
@ -30,3 +31,4 @@ certs
|
|||||||
|
|
||||||
rebuild.sh
|
rebuild.sh
|
||||||
vendor
|
vendor
|
||||||
|
.gx
|
@ -12,21 +12,22 @@ srnd.ini
|
|||||||
feeds.ini
|
feeds.ini
|
||||||
|
|
||||||
# default article store directory
|
# default article store directory
|
||||||
articles
|
articles/
|
||||||
|
|
||||||
# generated files
|
# generated files
|
||||||
webroot
|
webroot/
|
||||||
|
|
||||||
# built binaries
|
# built binaries
|
||||||
go
|
go/
|
||||||
srndv2
|
srndv2
|
||||||
nntpchan
|
nntpchan
|
||||||
|
|
||||||
# private key
|
# private key
|
||||||
*.key
|
*.key
|
||||||
|
*.txt
|
||||||
|
|
||||||
# certificates
|
# certificates
|
||||||
certs
|
certs/
|
||||||
|
|
||||||
rebuild.sh
|
rebuild.sh
|
||||||
|
|
||||||
|
3
build.sh
3
build.sh
@ -59,7 +59,8 @@ if [ "x$ipfs" == "xyes" ] ; then
|
|||||||
echo "obtaining gx"
|
echo "obtaining gx"
|
||||||
go get -v github.com/whyrusleeping/gx
|
go get -v github.com/whyrusleeping/gx
|
||||||
go get -v github.com/whyrusleeping/gx-go
|
go get -v github.com/whyrusleeping/gx-go
|
||||||
gx install
|
gx get $rev
|
||||||
|
go get -u -v gx/ipfs/$rev/srndv2
|
||||||
else
|
else
|
||||||
go get -u -v github.com/majestrate/srndv2
|
go get -u -v github.com/majestrate/srndv2
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user