]> Cypherpunks repositories - gostls13.git/commit
misc/dashboard/builder: record build result on dashboard
authorDave Cheney <dave@cheney.net>
Thu, 14 Feb 2013 23:44:29 +0000 (10:44 +1100)
committerDave Cheney <dave@cheney.net>
Thu, 14 Feb 2013 23:44:29 +0000 (10:44 +1100)
commitea0292c61bfe85d85ef6f81fe1874227c5fc674a
treefe3f91f56533472a0c56abc700632b4cb7709e4f
parent817a3f39fd4c9d8825f3db1b8d7f624d6d53ff18
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
misc/dashboard/builder/exec.go
misc/dashboard/builder/main.go