• 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
..
cmd Loading commit data...
lib9 Loading commit data...
libbio Loading commit data...
libmach Loading commit data...
pkg Loading commit data...
Make.ccmd Loading commit data...
Make.clib Loading commit data...
Make.cmd Loading commit data...
Make.common Loading commit data...
Make.inc Loading commit data...
Make.pkg Loading commit data...
all-qemu.bash Loading commit data...
all.bash Loading commit data...
clean.bash Loading commit data...
env.bash Loading commit data...
make.bash Loading commit data...
quietgcc.bash Loading commit data...
run.bash Loading commit data...
sudo.bash Loading commit data...
version.bash Loading commit data...