1
0
mirror of https://github.com/golang/go synced 2024-10-01 07:38:32 -06:00
go/dashboard/env/linux-x86-base
Brad Fitzpatrick 551edbff13 dashboard: more environment cleanups
sid was trying to use hg still.

And remove curl everywhere (except nacl). It's unnecessary.

Change-Id: I2a235d83b2bc7cf599c8de5796c724d8f368348e
Reviewed-on: https://go-review.googlesource.com/1368
Reviewed-by: David Symonds <dsymonds@golang.org>
2014-12-12 05:59:31 +00:00
..
scripts dashboard: more environment cleanups 2014-12-12 05:59:31 +00:00
Dockerfile dashboard: update the watcher and linux base builder image 2014-12-12 00:46:34 +00:00
Makefile dashboard: update the watcher and linux base builder image 2014-12-12 00:46:34 +00:00
README dashboard: start of Dockeritization of Linux builders 2014-08-26 00:33:19 -07:00

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