lix/scripts
Eelco Dolstra db322a47ff * Use a weighted use heuristic to disambiguate between multiple
occurances of a component.  If the shortest path distance between a
  component P and Q in the referers graph is D, then the contribution
  of Q to the use of P is 1 / R^D, where R >= 1, typically 2.  This
  expresses that distant indirect uses are less important than nearby
  uses.

  For instance, this can disambiguate between the bootstrap GCC in
  Nixpkgs and the GCC of the final stdenv (the former has more uses,
  but they are further away),  and between the GCC of the final stdenv
  and the GCC+G77 build (the latter has very few uses).
2005-03-01 10:33:55 +00:00
..
download-using-manifests.pl.in * Add a version number to manifests. 2005-02-25 16:12:52 +00:00
generate-patches.pl.in * Use a weighted use heuristic to disambiguate between multiple 2005-03-01 10:33:55 +00:00
Makefile.am * Added a disambiguation heuristic: if two components have the same 2005-02-28 14:12:06 +00:00
nix-build.in * Remove debug code. 2005-02-01 17:52:11 +00:00
nix-channel.in * Fix nix-channel. 2005-02-17 10:06:12 +00:00
nix-collect-garbage.in * Move root finding from nix-collect-garbage' to nix-store --gc'. 2005-02-01 15:05:32 +00:00
nix-install-package.in * Pause if errors occur. 2005-02-25 15:58:00 +00:00
nix-prefetch-url.in * Properly specify the hash algorithm in the manifests, and read it 2005-02-24 17:36:42 +00:00
nix-profile.sh.in * Improvements to profiles. Generations are now per-profile, e.g., 2004-02-06 10:30:20 +00:00
nix-pull.in * Add a version number to manifests. 2005-02-25 16:12:52 +00:00
nix-push.in * (Unnecessary) refactoring. 2005-02-24 14:06:18 +00:00
optimise-store.pl * Prototype store optimiser. It searched the Nix store for identical 2005-01-05 09:58:12 +00:00
prebuilts.conf * Doh! Edited readmanifest.pm' instead of readmanifest.pm.in'. 2004-01-16 14:54:39 +00:00
readmanifest.pm.in * Add a version number to manifests. 2005-02-25 16:12:52 +00:00
remove-patches.pl * Script to remove patches from manifests. 2005-01-12 10:40:59 +00:00
update-manifest.pl * A small utility to add the Size and NarHash fields to old manifests. 2004-12-28 21:12:00 +00:00