1
0
mirror of https://github.com/golang/go synced 2024-10-04 06:31:22 -06:00
go/misc/dashboard/builder
Dave Cheney 47e5266a22 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
2013-01-07 11:24:01 +11:00
..
doc.go gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
exec.go gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
http.go misc/dashboard/builder: check http status before processing response 2012-10-31 02:24:08 +11:00
main.go misc/dashboard/builder: set GOPATH before building subrepos 2013-01-07 11:24:01 +11:00
Makefile gobuilder: work with codereview plugin enabled in .hgrc 2012-04-02 18:46:24 +08:00