]> Cypherpunks repositories - gostls13.git/commit
goinstall: select the tag that is closest to runtime.Version
authorAndrew Gerrand <adg@golang.org>
Mon, 29 Aug 2011 23:37:22 +0000 (09:37 +1000)
committerAndrew Gerrand <adg@golang.org>
Mon, 29 Aug 2011 23:37:22 +0000 (09:37 +1000)
commit58b05e24482fc206c9473b01dd06c59464cc0b2b
tree21904777341f9e755570f7adc4bc2e4f467038e7
parent596bf61d6cb19d0d39c0adb5c210932279fc795d
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
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