summaryrefslogtreecommitdiff
path: root/src/cmd/goinstall/doc.go
diff options
context:
space:
mode:
authorGustavo Niemeyer <gustavo@niemeyer.net>2010-06-30 23:33:49 -0700
committerGustavo Niemeyer <gustavo@niemeyer.net>2010-06-30 23:33:49 -0700
commitcf7ae5a1d0bff75439e36184787ac2ed204824d8 (patch)
treef48840f40bf0dfca33280ba6a9eff5a556971cf9 /src/cmd/goinstall/doc.go
parenta9290c16cab4cb1101f5fb3da36f4f9fc162502b (diff)
downloadgolang-cf7ae5a1d0bff75439e36184787ac2ed204824d8.tar.gz
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 http://codereview.appspot.com/1699050 Committer: Russ Cox <rsc@golang.org>
Diffstat (limited to 'src/cmd/goinstall/doc.go')
-rw-r--r--src/cmd/goinstall/doc.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/cmd/goinstall/doc.go b/src/cmd/goinstall/doc.go
index c5f93f929..80b30d5ac 100644
--- a/src/cmd/goinstall/doc.go
+++ b/src/cmd/goinstall/doc.go
@@ -42,6 +42,15 @@ if necessary. The recognized code hosting sites are:
import "project.googlecode.com/svn/trunk"
import "project.googlecode.com/svn/trunk/sub/directory"
+ Launchpad
+
+ import "launchpad.net/project
+ import "launchpad.net/project/series
+ import "launchpad.net/project/series/sub/directory
+
+ import "launchpad.net/~user/project/branch
+ import "launchpad.net/~user/project/branch/sub/directory
+
If the destination directory (e.g., $GOROOT/src/pkg/bitbucket.org/user/project)
already exists and contains an appropriate checkout, goinstall will not