1
0
mirror of https://github.com/golang/go synced 2024-11-20 10:34:42 -07:00
go/misc/dashboard/app/build
Andrew Gerrand 126ee245c6 dashboard: increase notification log to 200 lines
The go command lists all packages that were built.
A recent breakage notification included this text:

$ tail -100 < log
ok      errors
ok      exp/ebnf
?       exp/ebnflint [no test files]
ok      exp/gotype
ok      exp/norm
ok      exp/spdy

If the breakage occurred before this point it would
not be visible in the output.

R=golang-dev, gri, kevlar
CC=golang-dev
https://golang.org/cl/5504109
2012-01-04 11:22:58 +11:00
..
build.go dashboard: cache packages, introduce caching helpers 2011-12-23 14:44:56 +11:00
handler.go dashboard: fix todo caching nil 2011-12-23 16:04:01 +11:00
key.go dashboard: do not require key in source code 2011-12-22 10:21:59 -05:00
notify.go dashboard: send mail on build failure 2011-12-21 13:16:47 +11:00
notify.txt dashboard: increase notification log to 200 lines 2012-01-04 11:22:58 +11:00
test.go dashboard: send mail on build failure 2011-12-21 13:16:47 +11:00
ui.go dashboard: cache packages, introduce caching helpers 2011-12-23 14:44:56 +11:00
ui.html dashboard: Don't highlight first heading row. 2011-12-23 13:21:25 +11:00