]> Cypherpunks repositories - gostls13.git/commit
dashboard: increase notification log to 200 lines
authorAndrew Gerrand <adg@golang.org>
Wed, 4 Jan 2012 00:22:58 +0000 (11:22 +1100)
committerAndrew Gerrand <adg@golang.org>
Wed, 4 Jan 2012 00:22:58 +0000 (11:22 +1100)
commit126ee245c65d8942484c747c3c4d9b92d65f665c
treea23cab66618a92aaa69bdc6074d5d2a9959abc52
parent99fed2be279934f0e4d806833f810a3ac78f0e60
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
misc/dashboard/app/build/notify.txt