]> Cypherpunks repositories - gostls13.git/commitdiff
misc/dist: use go.tools release branch
authorAndrew Gerrand <adg@golang.org>
Wed, 23 Oct 2013 06:34:14 +0000 (10:34 +0400)
committerAndrew Gerrand <adg@golang.org>
Wed, 23 Oct 2013 06:34:14 +0000 (10:34 +0400)
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/15450047

misc/dist/bindist.go

index a98f040e62856a19c1254d99dd081895baf75df2..223d2dc1770c42bc4b3360395e2b333c7bb8b446 100644 (file)
@@ -49,7 +49,7 @@ const (
        blogPath       = "code.google.com/p/go.blog"
        toolPath       = "code.google.com/p/go.tools"
        tourPath       = "code.google.com/p/go-tour"
-       defaultToolTag = "9e246fa49449" // go.tools as of 2013-10-18, for go1.2
+       defaultToolTag = "release-branch.go1.2"
 )
 
 // Import paths for tool commands.