1
0
mirror of https://github.com/golang/go synced 2024-11-26 16:07:00 -07:00
go/misc/dashboard/builder
Dave Cheney ea0292c61b misc/dashboard/builder: record build result on dashboard
This is part one of two changes intended to make it easier to debug builder failures.

runOutput allows us to control the io.Writer passed to a subcommand. The intention is to add additional debugging information before and after the build which will then be capture and sent to the dashboard.

In this proposal, the only additional information is the build status. See http://build.golang.org/log/e7b5bf435b4de1913fc61781b3295fb3f03aeb6e

R=adg
CC=golang-dev
https://golang.org/cl/7303090
2013-02-15 10:44:29 +11:00
..
doc.go gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
exec.go misc/dashboard/builder: record build result on dashboard 2013-02-15 10:44:29 +11: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: record build result on dashboard 2013-02-15 10:44:29 +11:00
Makefile gobuilder: work with codereview plugin enabled in .hgrc 2012-04-02 18:46:24 +08:00