mirror of
https://github.com/golang/go
synced 2024-11-25 02:47:58 -07:00
builder: set default builder host to build.golang.org
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5489099
This commit is contained in:
parent
a462816753
commit
5b12940b09
@ -52,7 +52,7 @@ type Builder struct {
|
|||||||
var (
|
var (
|
||||||
buildroot = flag.String("buildroot", path.Join(os.TempDir(), "gobuilder"), "Directory under which to build")
|
buildroot = flag.String("buildroot", path.Join(os.TempDir(), "gobuilder"), "Directory under which to build")
|
||||||
commitFlag = flag.Bool("commit", false, "upload information about new commits")
|
commitFlag = flag.Bool("commit", false, "upload information about new commits")
|
||||||
dashboard = flag.String("dashboard", "go-build.appspot.com", "Go Dashboard Host")
|
dashboard = flag.String("dashboard", "build.golang.org", "Go Dashboard Host")
|
||||||
buildRelease = flag.Bool("release", false, "Build and upload binary release archives")
|
buildRelease = flag.Bool("release", false, "Build and upload binary release archives")
|
||||||
buildRevision = flag.String("rev", "", "Build specified revision and exit")
|
buildRevision = flag.String("rev", "", "Build specified revision and exit")
|
||||||
buildCmd = flag.String("cmd", "./all.bash", "Build command (specify absolute or relative to go/src/)")
|
buildCmd = flag.String("cmd", "./all.bash", "Build command (specify absolute or relative to go/src/)")
|
||||||
|
Loading…
Reference in New Issue
Block a user