racket/collects/planet2
Matthew Flatt 05837fac1b planet2: installation-wide config of default `raco pkg' scope
With either
  configure --enable-pkgscope=installation
or
  raco pkg config -i --set default-scope installation
the default scope of `raco pkg' actions can be changed from
user-specific to installation-wide.

We considered trying to guess when someone building Racket would prefer
installation-wide package scope by default. In particular, someone
building from source for in-place use seems likely to want
installation-wide scope by default. Then again, we don't want to
discourage in-place builds for Unix installations that are intended
for multiple users. So, no guessing for now.

Also, add a `--scope' argument to `raco pkg' commands, which is more in
line with other options, but keep `-i', etc., as shorthands.
2013-01-06 11:17:22 -07:00
..
scribblings planet2: installation-wide config of default `raco pkg' scope 2013-01-06 11:17:22 -07:00
.gitignore
commands.rkt raco pkg: improve command-line checking and error reporting 2012-12-22 09:43:19 -07:00
info.rkt raco pkg: switch from "METADATA.rktd" to "info.rkt" 2012-11-30 19:09:19 -07:00
lib.rkt planet2: installation-wide config of default `raco pkg' scope 2013-01-06 11:17:22 -07:00
main.rkt planet2: installation-wide config of default `raco pkg' scope 2013-01-06 11:17:22 -07:00
name.rkt raco pkg: switch from "METADATA.rktd" to "info.rkt" 2012-11-30 19:09:19 -07:00
raco.rkt
util.rkt Cleaning up offical PNS server re: Danny 2012-12-08 09:09:39 -07:00