From: Andrew Gerrand Date: Wed, 4 Jan 2012 00:22:58 +0000 (+1100) Subject: dashboard: increase notification log to 200 lines X-Git-Tag: weekly.2012-01-15~157 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=126ee245c65d8942484c747c3c4d9b92d65f665c;p=gostls13.git 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 --- diff --git a/misc/dashboard/app/build/notify.txt b/misc/dashboard/app/build/notify.txt index 9b9fff4931..6c90067032 100644 --- a/misc/dashboard/app/build/notify.txt +++ b/misc/dashboard/app/build/notify.txt @@ -5,5 +5,5 @@ http://{{.Hostname}}/log/{{.Result.LogHash}} http://code.google.com/p/go/source/detail?r={{shortHash .Commit.Hash}} -$ tail -100 < log -{{printf "%s" .Log.Text | tail 100}} +$ tail -200 < log +{{printf "%s" .Log.Text | tail 200}}