tools/dashboard/env/linux-x86-nacl
Brad Fitzpatrick 867f4b09ae coordinator: new binary to run on GCE and manage Docker builds
See http://golang.org/s/builderplan (WIP doc)

LGTM=adg
R=adg
CC=golang-codereviews
https://golang.org/cl/131490043
2014-09-03 10:26:52 -07:00
..
Dockerfile coordinator: new binary to run on GCE and manage Docker builds 2014-09-03 10:26:52 -07:00
Makefile dashboard/env: add nacl-386 and nacl-amd64p32 builders 2014-08-27 00:10:16 -07:00
README dashboard/env: add nacl-386 and nacl-amd64p32 builders 2014-08-27 00:10:16 -07:00
build-command.pl dashboard/env: add nacl-386 and nacl-amd64p32 builders 2014-08-27 00:10:16 -07:00

README

$ export BUILD=nacl-amd64p32-temp
$ export BUILDREV=59b1bb4bf045 
$ docker run \
     -v $HOME/keys/$BUILD.buildkey:/.gobuildkey \
     gobuilders/linux-x86-nacl \
     /usr/local/bin/builder -rev=$BUILDREV -buildroot=/ -v -cmd=/usr/local/bin/build-command.pl $BUILD