guix/tests
Eelco Dolstra 112ee89501 * Re-enable support for substitutes in the normaliser.
* A better substitute mechanism.

  Instead of generating a store expression for each store path for
  which we have a substitute, we can have a single store expression
  that builds a generic program that is invoked to build the desired
  store path, which is passed as an argument.

  This means that operations like `nix-pull' only produce O(1) files
  instead of O(N) files in the store when registering N substitutes.
  (It consumes O(N) database storage, of course, but that's not a
  performance problem).

* Added a test for the substitute mechanism.
  
* `nix-store --substitute' reads the substitutes from standard input,
  instead of from the command line.  This prevents us from running
  into the kernel's limit on command line length.
2004-06-20 19:17:54 +00:00
..
Makefile.am * Re-enable support for substitutes in the normaliser. 2004-06-20 19:17:54 +00:00
build-hook.hook.sh * Set the executable bit. 2004-05-13 20:28:20 +00:00
build-hook.nix.in * Broken test. 2004-05-12 13:49:10 +00:00
build-hook.sh * The build hooks used to implement distributed builds can now be run 2004-05-13 19:14:49 +00:00
dependencies.builder0.sh * Another test. 2004-05-04 13:22:33 +00:00
dependencies.builder1.sh * Another test. 2004-05-04 13:22:33 +00:00
dependencies.builder2.sh * Another test. 2004-05-04 13:22:33 +00:00
dependencies.nix.in * Another test. 2004-05-04 13:22:33 +00:00
dependencies.sh * Another test. 2004-05-04 13:22:33 +00:00
init.sh * Big refactoring. Move to a much more explicitly state machine based 2004-06-18 18:09:32 +00:00
locking.builder.sh * 1000th revision! 2004-05-04 13:56:30 +00:00
locking.nix.in * 1000th revision! 2004-05-04 13:56:30 +00:00
locking.sh * True parallel builds. Nix can now run as many build jobs in 2004-05-11 18:05:44 +00:00
parallel.builder.sh * A test to verify that Nix executes build jobs in parallel, if 2004-05-04 17:04:17 +00:00
parallel.nix.in * True parallel builds. Nix can now run as many build jobs in 2004-05-11 18:05:44 +00:00
parallel.sh * The build hooks used to implement distributed builds can now be run 2004-05-13 19:14:49 +00:00
simple.builder.sh
simple.nix.in
simple.sh
substituter.builder.sh * Re-enable support for substitutes in the normaliser. 2004-06-20 19:17:54 +00:00
substituter.nix.in * Re-enable support for substitutes in the normaliser. 2004-06-20 19:17:54 +00:00
substitutes.nix.in * Re-enable support for substitutes in the normaliser. 2004-06-20 19:17:54 +00:00
substitutes.sh * Re-enable support for substitutes in the normaliser. 2004-06-20 19:17:54 +00:00