lix/tests
Eelco Dolstra a8306cb98f * The build hooks used to implement distributed builds can now be run
in parallel.  Hooks are more efficient: locks on output paths are
  only acquired when the hook says that it is willing to accept a
  build job.  Hooks now work in two phases.  First, they should first
  tell Nix whether they are willing to accept a job.  Nix guarantuees
  that no two hooks will ever be in the first phase at the same time
  (this simplifies the implementation of hooks, since they don't have
  to perform locking (?)).  Second, if they accept a job, they are
  then responsible for building it (on the remote system), and copying
  the result back.  These can be run in parallel with other hooks and
  locally executed jobs.

  The implementation is a bit messy right now, though.  

* The directory `distributed' shows a (hacky) example of a hook that
  distributes build jobs over a set of machines listed in a
  configuration file.
2004-05-13 19:14:49 +00:00
..
build-hook.hook.sh * The build hooks used to implement distributed builds can now be run 2004-05-13 19:14:49 +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 * Allow the location of the store etc. to be specified using 2004-05-04 12:15:30 +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
Makefile.am * The build hooks used to implement distributed builds can now be run 2004-05-13 19:14:49 +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 * Allow the location of the store etc. to be specified using 2004-05-04 12:15:30 +00:00
simple.nix.in * Allow the location of the store etc. to be specified using 2004-05-04 12:15:30 +00:00
simple.sh * Allow the location of the store etc. to be specified using 2004-05-04 12:15:30 +00:00