mirror of
https://github.com/golang/go
synced 2024-11-19 03:14:42 -07:00
8c1a5674dd
Updates for the hg->git move. Change-Id: I4c1b91ada1b90090db958554c92d06fb1d36ec35 Reviewed-on: https://go-review.googlesource.com/1364 Reviewed-by: Andrew Gerrand <adg@golang.org> |
||
---|---|---|
.. | ||
scripts | ||
Dockerfile | ||
Makefile | ||
README |
For now, you can at least do a single build of a single revision: $ export BUILD=linux-amd64-temp $ docker run \ -v $HOME/keys/$BUILD.buildkey:/.gobuildkey \ gobuilders/linux-x86-base \ /usr/local/bin/builder -rev=50ac9eded6ad -buildroot=/ -v $BUILD TODO(bradfitz): automate with CoreOS + GCE, ala: https://github.com/bradfitz/camlistore/blob/master/misc/gce/create.go