cloud/docker: disable makeversion for upspinserver and upspin-ui

This breaks the -version flag for the distributed upspinserver and
upspin-ui binaries; the approach we were using here does not work quite
the same with Go modules. I will fix this in a subsequent change, but
for now this fixes our continuous deployment.

Also add some helpful messages to makerelease.sh.

Change-Id: Ia382db22473780bcbb083209eefabef3474d3483
Reviewed-on: https://upspin-review.googlesource.com/c/gcp/+/19390
Reviewed-by: Eric Grosse <grosse@gmail.com>
2 files changed
tree: 9a943b5d0305d5d1a066c01a5f3a4632725bfda9
  1. cloud/
  2. cmd/
  3. .gitignore
  4. .travis.yml
  5. AUTHORS
  6. codereview.cfg
  7. CONDUCT.md
  8. CONTRIBUTING.md
  9. CONTRIBUTORS
  10. go.mod
  11. go.sum
  12. Gopkg.lock
  13. Gopkg.toml
  14. LICENSE
  15. PATENTS
  16. README.md
README.md

Upspin gcp repository

This repository contains support for running Upspin against Google Cloud Storage and/or Google Container Engine.

See the Setting up upspinserver document for information about running an Upspin service that stores its data in Google Cloud Storage.

See the master repository for more information about the Upspin project.