guix/scripts
Eelco Dolstra 9e975458b4 * Get rid of the substitutes database table (NIX-47). Instead, if we
need any info on substitutable paths, we just call the substituters
  (such as download-using-manifests.pl) directly.  This means that
  it's no longer necessary for nix-pull to register substitutes or for
  nix-channel to clear them, which makes those operations much faster
  (NIX-95).  Also, we don't have to worry about keeping nix-pull
  manifests (in /nix/var/nix/manifests) and the database in sync with
  each other.

  The downside is that there is some overhead in calling an external
  program to get the substitutes info.  For instance, "nix-env -qas"
  takes a bit longer.

  Abolishing the substitutes table also makes the logic in
  local-store.cc simpler, as we don't need to store info for invalid
  paths.  On the downside, you cannot do things like "nix-store -qR"
  on a substitutable but invalid path (but nobody did that anyway).

* Never catch interrupts (the Interrupted exception).
2007-08-12 00:29:28 +00:00
..
maintenance * New kind of manifest object: "localPath", which denotes that a store 2007-01-23 16:50:19 +00:00
Makefile.am * New command `nix-copy-closure' to copy a closure to a Nix store on 2007-02-21 23:14:53 +00:00
copying-collector.pl * I said it couldn't be done. I was wrong. 2005-04-04 15:18:19 +00:00
download-using-manifests.pl.in * Get rid of the substitutes database table (NIX-47). Instead, if we 2007-08-12 00:29:28 +00:00
find-runtime-roots.pl.in * Scan /proc/sys/kernel/modprobe for roots to prevent the kernel 2007-03-20 11:13:15 +00:00
generate-patches.pl.in * Make the maximum patch size configurable. 2007-03-30 09:01:05 +00:00
nix-build.in * Check against creation of GC roots in the store. Those roots don't 2007-06-11 11:36:22 +00:00
nix-channel.in * Get rid of the substitutes database table (NIX-47). Instead, if we 2007-08-12 00:29:28 +00:00
nix-collect-garbage.in * Remove old generations in all directories under 2007-03-13 11:30:57 +00:00
nix-copy-closure.in * Remove debug statement. 2007-06-04 12:03:33 +00:00
nix-install-package.in * tmpnam() -> File::Temp::tempdir(). 2006-10-04 18:58:11 +00:00
nix-pack-closure.in * Enable nix-prefetch-url caching in nix-channel. 2007-08-10 00:28:44 +00:00
nix-prefetch-url.in * Don't rely on /dev/stdin. 2007-08-10 00:22:21 +00:00
nix-profile.sh.in * Write messages to stderr, not stdout. 2006-03-10 09:41:28 +00:00
nix-pull.in * Get rid of the substitutes database table (NIX-47). Instead, if we 2007-08-12 00:29:28 +00:00
nix-push.in * tmpnam() -> File::Temp::tempdir(). 2006-10-04 18:58:11 +00:00
nix-unpack-closure.in * nix-pack-closure: store the top-level store paths in the closure. 2007-01-13 19:50:42 +00:00
optimise-store.pl * Doh. 2006-09-19 16:40:22 +00:00
readconfig.pm.in * This may be useful in the future. 2006-05-31 09:24:54 +00:00
readmanifest.pm.in * New kind of manifest object: "localPath", which denotes that a store 2007-01-23 16:50:19 +00:00
remove-patches.pl * New kind of manifest object: "localPath", which denotes that a store 2007-01-23 16:50:19 +00:00
show-duplication.pl * `show-duplication.pl', a small utility that shows the amount of 2006-09-19 13:53:35 +00:00
update-manifest.pl * New kind of manifest object: "localPath", which denotes that a store 2007-01-23 16:50:19 +00:00