1
0
mirror of https://github.com/golang/go synced 2024-11-21 13:14:40 -07:00

gobuilder: goinstall with -dashboard=false instead of -log=false

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/4801043
This commit is contained in:
Andrew Gerrand 2011-07-20 16:07:40 +10:00
parent 40462453c6
commit dbba5ccfab

View File

@ -38,7 +38,7 @@ func (b *Builder) buildPackages(workpath string, hash string) os.Error {
}
// goinstall
buildLog, code, err := runLog(envv, "", goroot, goinstall, "-log=false", p)
buildLog, code, err := runLog(envv, "", goroot, goinstall, "-dashboard=false", p)
if err != nil {
log.Printf("goinstall %v: %v", p, err)
}