]> Cypherpunks repositories - gostls13.git/commit
[release-branch.r60] goinstall: select the tag that is closest to runtime.Version
authorAndrew Gerrand <adg@golang.org>
Thu, 8 Sep 2011 00:48:19 +0000 (10:48 +1000)
committerAndrew Gerrand <adg@golang.org>
Thu, 8 Sep 2011 00:48:19 +0000 (10:48 +1000)
commitf7e76c75f1bee8f15748b226408d4564ad4004e7
tree0113c86f0a19d7dddb9a3dee40c78f517a2a7f27
parentadc856a2110a56c6693f9d61ebfcd5f2b0b4902d
[release-branch.r60] goinstall: select the tag that is closest to runtime.Version

««« CL 4873057 / db63f3a1f992
goinstall: select the tag that is closest to runtime.Version

release.r50 looks for newest tag <= go.r50
weekly.2010-10-10 looks for newest tag <= go.2010-10-10

Implements behavior for hg, git, and bzr.

R=dsymonds, rsc, n13m3y3r
CC=golang-dev
https://golang.org/cl/4873057
»»»

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/4974067
src/cmd/goinstall/Makefile
src/cmd/goinstall/doc.go
src/cmd/goinstall/download.go
src/cmd/goinstall/tag_test.go [new file with mode: 0644]
src/pkg/Makefile