cloud/docker/release: build upspin-ui from augie, don't build exp

Update the release script to build upspin-ui from the augie repo,
instead of browser from the exp repo. We no longer need to 'go get'
the dependencies of the browser, since its dependencies are all
vendored.

Also change the layout of the release@upspin.io tree to look like this:

upspin/
	latest/
		darwin_amd64  -> ../../commits/darwin_amd64/HASH
		linux_amd64   -> ../../commits/linux_amd64/HASH
		windows_amd64 -> ../../commits/windows_amd64/HASH
	commits/
		darwin_amd64
			HASH [many of these]
				cacheserver
				upspin
				upspinfs
		linux_amd64
			HASH [many of these]
				cacheserver
				upspin
				upspinfs
		windows_amd64
			HASH [many of these]
				cacheserver.exe
				upspin.exe
augie/
	latest/
		darwin_amd64  -> ../../commits/darwin_amd64/HASH
		linux_amd64   -> ../../commits/linux_amd64/HASH
		windows_amd64 -> ../../commits/windows_amd64/HASH
	commits/
		darwin_amd64
			HASH [many of these]
				upspin-ui
		linux_amd64
			HASH [many of these]
				upspin-ui
		windows_amd64
			HASH [many of these]
				upspin-ui.exe

Change-Id: I9f675f0e9280f087ade0dfdad75b0f96458cede8
Reviewed-on: https://upspin-review.googlesource.com/14490
Reviewed-by: Rob Pike <r@golang.org>
4 files changed
tree: 8e462b5a5c5c6d4e044011f563fcfe3d3b83af84
  1. cloud/
  2. cmd/
  3. .gitignore
  4. .travis.yml
  5. AUTHORS
  6. codereview.cfg
  7. CONDUCT.md
  8. CONTRIBUTING.md
  9. CONTRIBUTORS
  10. LICENSE
  11. PATENTS
  12. 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 Deploying Upspin servers to Google Cloud Platform document for information about running an Upspin cluster on Google Container Engine.

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