• Julian Phillips's avatar
    goinstall: Add support for generic hosts using special import form · 8ffbc401
    Julian Phillips authored
    This change extends goinstall to support "magic" package names of the
    form:
            <host>/<repo>.<vcs>/<path>
    
    Where <host> is the hostname, <repo> the path to the repository, <vcs>
    the type of vcs (git, hg, bzr or svn), and <path> is the path inside the
    repository that contains the source code for the package.
    
    For example: "example.com/pub/foo.hg/src" means download the Mercurial
    repository at either pub/foo.hg or pub/foo from example.com and then
    build and install the source files from src inside the repository
    checkout.
    
    Repositories on the built-in hostings sites (github, bitbucket,
    launchpad and googlecode) must still use the old form (i.e.
    github.com/xxx/yyy.git/src will be rejected).
    
    R=adg, rsc
    CC=golang-dev
    https://golang.org/cl/4626064
    8ffbc401
Name
Last commit
Last update
..
5a Loading commit data...
5c Loading commit data...
5g Loading commit data...
5l Loading commit data...
6a Loading commit data...
6c Loading commit data...
6g Loading commit data...
6l Loading commit data...
8a Loading commit data...
8c Loading commit data...
8g Loading commit data...
8l Loading commit data...
cc Loading commit data...
cgo Loading commit data...
cov Loading commit data...
ebnflint Loading commit data...
gc Loading commit data...
godefs Loading commit data...
godoc Loading commit data...
gofix Loading commit data...
gofmt Loading commit data...
goinstall Loading commit data...
gomake Loading commit data...
gopack Loading commit data...
gotest Loading commit data...
gotry Loading commit data...
gotype Loading commit data...
govet Loading commit data...
goyacc Loading commit data...
hgpatch Loading commit data...
ld Loading commit data...
nm Loading commit data...
prof Loading commit data...
Makefile Loading commit data...