]> Cypherpunks repositories - gostls13.git/commit
goinstall: added -a flag to mean "all remote packages"
authorScott Lawrence <bytbox@gmail.com>
Thu, 2 Sep 2010 17:48:28 +0000 (13:48 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 2 Sep 2010 17:48:28 +0000 (13:48 -0400)
commitebe837d6eb05035ef74f475a6a1bc7b0d8bb8f2e
tree0e1278f29146220e865cb9fa4e75d890e21f7f11
parentc423e95da64208d8336d33483f212e18bb695e35
goinstall: added -a flag to mean "all remote packages"
Fixes #897.

goinstall -a can be used to reinstall all packages after an upgrade
goinstall -a -u can be used to update all package
A history of remote package installs is stored in $GOROOT/goinstall.log

R=rsc, adg
CC=golang-dev
https://golang.org/cl/1947041
.hgignore
src/cmd/goinstall/doc.go
src/cmd/goinstall/main.go