lix/scripts
Eelco Dolstra 8846465934 * Get garbage collection and cache population to work *properly*.
Renamed `fstateRefs' to `fstateRequisites'.  The semantics of this
  function is that it returns a list of all paths necessary to realise
  a given expression.  For a derive expression, this is the union of
  requisites of the inputs; for a slice expression, it is the path of
  each element in the slice.  Also included are the paths of the
  expressions themselves.  Optionally, one can also include the
  requisites of successor expressions (to recycle intermediate
  results).

* `nix-switch' now distinguishes between an expression and its normal
  form.  Usually, only the normal form is registered as a root of the
  garbage collector.  With the `--source-root' flag, it will also
  register the original expression as a root.

* `nix-collect-garbage' now has a flag `--keep-successors' which
  causes successors not to be included in the list of garbage paths.

* `nix-collect-garbage' now has a flag `--invert' which will print all
  paths that should *not* be garbage collected.
2003-07-29 14:28:17 +00:00
..
Makefile.am * Incorporated Berkeley DB and ATerm into the source tree. 2003-07-23 15:53:34 +00:00
nix-collect-garbage.in * Get garbage collection and cache population to work *properly*. 2003-07-29 14:28:17 +00:00
nix-profile.sh.in * Do not set LD_LIBRARY_PATH; it breaks many things. E.g., SuSE's ssh 2003-07-28 16:07:01 +00:00
nix-pull.in * Substitutes now should produce a path with the same id as they are 2003-07-22 15:15:15 +00:00
nix-push.in * Syntax fixes. 2003-07-21 21:34:56 +00:00
nix-switch.in * Get garbage collection and cache population to work *properly*. 2003-07-29 14:28:17 +00:00
prebuilts.conf * The policy-free derivate sharing now *almost* works. :-) For any 2003-07-10 15:11:48 +00:00