commit | 0974b42c7ef81d2e850cc2a97fee3a9fdcf45f9d | [log] [tgz] |
---|---|---|
author | Andrew Gerrand <adg@golang.org> | Fri Oct 20 14:57:08 2017 +1100 |
committer | Andrew Gerrand <adg@golang.org> | Mon Oct 23 05:45:57 2017 +0000 |
tree | 8e462b5a5c5c6d4e044011f563fcfe3d3b83af84 | |
parent | ae8e01d535ed5aae3e04855b47dfbfba8d479288 [diff] |
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>
gcp
repositoryThis 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.