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
|
||||
*.key
|
||||
*.txt
|
||||
|
||||
# certificates
|
||||
certs
|
||||
@ -30,3 +31,4 @@ certs
|
||||
|
||||
rebuild.sh
|
||||
vendor
|
||||
.gx
|
@ -12,21 +12,22 @@ srnd.ini
|
||||
feeds.ini
|
||||
|
||||
# default article store directory
|
||||
articles
|
||||
articles/
|
||||
|
||||
# generated files
|
||||
webroot
|
||||
webroot/
|
||||
|
||||
# built binaries
|
||||
go
|
||||
go/
|
||||
srndv2
|
||||
nntpchan
|
||||
|
||||
# private key
|
||||
*.key
|
||||
*.txt
|
||||
|
||||
# certificates
|
||||
certs
|
||||
certs/
|
||||
|
||||
rebuild.sh
|
||||
|
||||
|
3
build.sh
3
build.sh
@ -59,7 +59,8 @@ if [ "x$ipfs" == "xyes" ] ; then
|
||||
echo "obtaining gx"
|
||||
go get -v github.com/whyrusleeping/gx
|
||||
go get -v github.com/whyrusleeping/gx-go
|
||||
gx install
|
||||
gx get $rev
|
||||
go get -u -v gx/ipfs/$rev/srndv2
|
||||
else
|
||||
go get -u -v github.com/majestrate/srndv2
|
||||
fi
|
||||
|
Reference in New Issue
Block a user