]> Cypherpunks repositories - gostls13.git/commit
misc/dashboard/builder: set GOPATH before building subrepos
authorDave Cheney <dave@cheney.net>
Mon, 7 Jan 2013 00:24:01 +0000 (11:24 +1100)
committerDave Cheney <dave@cheney.net>
Mon, 7 Jan 2013 00:24:01 +0000 (11:24 +1100)
commit47e5266a225476961dfc3e0b26a2e3e620d89114
tree92d9d0eccefc8b2bb818db7bb778ac99e82f9bfd
parentf36a53cd5dc9826e58ff069e1cadcad54add275e
misc/dashboard/builder: set GOPATH before building subrepos

This proposal updates the dashboard builder to avoid relying on the (soon to be removed) support for using go get to download to $GOROOT. The result is

WORKSPACE=$(the value of the -buildRoot flag / $BUILDER_NAME + hg revision)
GOROOT=$WORKSPACE/go
GOPATH=$WORKSPACE

Required for CL 6941058.

R=minux.ma, adg
CC=golang-dev
https://golang.org/cl/7034049
misc/dashboard/builder/main.go