]> Cypherpunks repositories - gostls13.git/commit
goinstall: support for Bazaar+Launchpad
authorGustavo Niemeyer <gustavo@niemeyer.net>
Thu, 1 Jul 2010 06:33:49 +0000 (23:33 -0700)
committerRuss Cox <rsc@golang.org>
Thu, 1 Jul 2010 06:33:49 +0000 (23:33 -0700)
commitae33032893132bd5610f4221b01b1a6265556fe3
tree7601431c38211f7eef75f69a209d1ffa11e640ba
parent88744a973350491c9b6a05d0bb8ad13df3135cf7
goinstall: support for Bazaar+Launchpad

With these changes, goinstall is now able to use branches
maintained with Bazaar located in Launchpad.

Project aliases such as /project and /project/series are
supported in addition to specific user or team branches
such as /~user/project/branch.  Temporary branches under
the +junk special project are also supported.

As a curious side effect, since Launchpad is able to import
code from other locations, they can be indirectly
accessible too if desired.

R=rsc
CC=golang-dev
https://golang.org/cl/1699050
src/cmd/goinstall/doc.go
src/cmd/goinstall/download.go
src/cmd/goinstall/main.go