mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
dashboard/builder: re-set -dash default to hg dashboard
Change-Id: Ia52dd20c6ad927bbe32450c437e202c4695980af Reviewed-on: https://go-review.googlesource.com/1292 Reviewed-by: Andrew Gerrand <adg@golang.org>
This commit is contained in:
parent
8f92739d3e
commit
0ea69b51f7
@ -48,7 +48,7 @@ var (
|
||||
doBuild = flag.Bool("build", true, "Build and test packages")
|
||||
doBench = flag.Bool("bench", false, "Run benchmarks")
|
||||
buildroot = flag.String("buildroot", defaultBuildRoot(), "Directory under which to build")
|
||||
dashboard = flag.String("dashboard", "https://build.golang.org/git", "Dashboard app base path")
|
||||
dashboard = flag.String("dashboard", "https://build.golang.org", "Dashboard app base path")
|
||||
buildRelease = flag.Bool("release", false, "Build and upload binary release archives")
|
||||
buildRevision = flag.String("rev", "", "Build specified revision and exit")
|
||||
buildCmd = flag.String("cmd", filepath.Join(".", allCmd), "Build command (specify relative to go/src/)")
|
||||
|
Loading…
x
Reference in New Issue
Block a user