summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2013-11-01 11:15:47 +1100
committerAndrew Gerrand <adg@golang.org>2013-11-01 11:15:47 +1100
commitecfbd016e68dec20bb58eeba967d0a56c60410bf (patch)
treedde3f2c7c187743db4b9f40a49498c7ff97701e2
parent234278f46c6e690ae6b07f5d7dacf4b5ef32893b (diff)
downloadgo-ecfbd016e68dec20bb58eeba967d0a56c60410bf.tar.gz
[release-branch.go1.2] misc/dist: use go.tools release branch
??? CL 15450047 / 1f81a19c2ee2 misc/dist: use go.tools release branch R=golang-dev, dsymonds CC=golang-dev https://codereview.appspot.com/15450047 ??? R=golang-dev CC=golang-dev https://codereview.appspot.com/19850047
-rw-r--r--misc/dist/bindist.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/dist/bindist.go b/misc/dist/bindist.go
index a98f040e6..223d2dc17 100644
--- a/misc/dist/bindist.go
+++ b/misc/dist/bindist.go
@@ -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.