arvbox rotates its TLS certificates when they expire
[arvados.git] / tools / arvbox / lib / arvbox / docker / go-setup.sh
index f068ce68422cb974851f9faea4697976d755d16c..cdd7298da000376a7755258edf38f9de01438de8 100644 (file)
@@ -14,3 +14,6 @@ flock /var/lib/gopath/gopath.lock go get -t github.com/kardianos/govendor
 cd "$GOPATH/src/git.curoverse.com/arvados.git"
 flock /var/lib/gopath/gopath.lock go get -v -d ...
 flock /var/lib/gopath/gopath.lock "$GOPATH/bin/govendor" sync
+
+flock /var/lib/gopath/gopath.lock go get -t "git.curoverse.com/arvados.git/cmd/arvados-server"
+install $GOPATH/bin/arvados-server /usr/local/bin