guix/scripts
Eelco Dolstra 1328aa3307 * Start of concurrent garbage collection. Processes write temporary
roots to a per-process temporary file in /nix/var/nix/temproots
  while holding a write lock on that file.  The garbage collector
  acquires read locks on all those files, thus blocking further
  progress in other Nix processes, and reads the sets of temporary
  roots.
2005-01-31 10:27:25 +00:00
..
Makefile.am * Place manifests in /nix/var/nix/manifests. 2004-12-20 16:38:50 +00:00
download-using-manifests.pl.in * Really fix the substitute mechanism, i.e., ensure the closure 2005-01-25 17:08:52 +00:00
generate-patches.pl * If a patch already exists, it must still be included in the manifest. 2004-12-31 11:07:12 +00:00
nix-build.in * Fix and simplify the garbage collector (it's still not concurrent, 2005-01-27 15:21:29 +00:00
nix-channel.in * Place manifests in /nix/var/nix/manifests. 2004-12-20 16:38:50 +00:00
nix-collect-garbage.in * Start of concurrent garbage collection. Processes write temporary 2005-01-31 10:27:25 +00:00
nix-install-package.in * Switched from wget to curl. 2004-04-06 08:18:51 +00:00
nix-prefetch-url.in * Really fix the substitute mechanism, i.e., ensure the closure 2005-01-25 17:08:52 +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 * Really fix the substitute mechanism, i.e., ensure the closure 2005-01-25 17:08:52 +00:00
nix-push.in * Really fix the substitute mechanism, i.e., ensure the closure 2005-01-25 17:08:52 +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
readmanifest.pm.in * Really fix the substitute mechanism, i.e., ensure the closure 2005-01-25 17:08: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