guix/scripts
Eelco Dolstra ebcccbd358 * Added a tool to find additional roots for the garbage collector,
such as open files, current directories, mmaped files, etc.  This is
  inherently unportable, but it's easy to adapt this script to other
  platforms.  Currently we call `lsof' and try to read various bits in
  /proc/NNN.

  The goal is to prevent the garbage collector from removing store
  paths that are no longer reachable from a permanent root but that
  are still in use (for instance, after the user has done "nix-env -e"
  on a running program).
2006-07-19 16:49:59 +00:00
..
maintenance * Remove debug statement. 2006-02-24 17:10:38 +00:00
copying-collector.pl
download-using-manifests.pl.in
find-runtime-roots.pl.in * Added a tool to find additional roots for the garbage collector, 2006-07-19 16:49:59 +00:00
generate-patches.pl.in * Change referer' to referrer' throughout. In particular, the 2005-12-13 21:04:48 +00:00
Makefile.am * Added a tool to find additional roots for the garbage collector, 2006-07-19 16:49:59 +00:00
nix-build.in * Allow the resulting symlink of nix-build to be named, e.g., 2006-03-14 16:35:01 +00:00
nix-channel.in * Remove old manifests in `nix-channel --update'. 2006-05-08 20:00:28 +00:00
nix-collect-garbage.in
nix-install-package.in
nix-pack-closure.in * Don't force a build of derivations. 2006-01-26 23:18:46 +00:00
nix-prefetch-url.in
nix-profile.sh.in * Write messages to stderr, not stdout. 2006-03-10 09:41:28 +00:00
nix-pull.in * This may be useful in the future. 2006-05-31 09:24:54 +00:00
nix-push.in
nix-unpack-closure.in * New tools nix-pack-closure and nix-unpack-closure. These provide a 2006-01-12 15:17:51 +00:00
optimise-store.pl
readconfig.pm.in * This may be useful in the future. 2006-05-31 09:24:54 +00:00
readmanifest.pm.in * Canonicalise manifests a bit by sorting them. 2006-02-24 16:02:36 +00:00
remove-patches.pl
update-manifest.pl