lix/tests
Eelco Dolstra 91dc023665 * Added a switch `--fallback'. From the manual:
Whenever Nix attempts to realise a derivation for which a closure is
  already known, but this closure cannot be realised, fall back on
  normalising the derivation.

  The most common scenario in which this is useful is when we have
  registered substitutes in order to perform binary distribution from,
  say, a network repository.  If the repository is down, the
  realisation of the derivation will fail.  When this option is
  specified, Nix will build the derivation instead.  Thus, binary
  installation falls back on a source installation.  This option is
  not the default since it is generally not desirable for a transient
  failure in obtaining the substitutes to lead to a full build from
  source (with the related consumption of resources).
2004-06-28 10:42:57 +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
fallback.nix.in * Added a switch `--fallback'. From the manual: 2004-06-28 10:42:57 +00:00
fallback.sh * Added a switch `--fallback'. From the manual: 2004-06-28 10:42:57 +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
Makefile.am * Added a switch `--fallback'. From the manual: 2004-06-28 10:42:57 +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
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
substituter2.builder.sh * A test for multiple and/or failing substitutes. 2004-06-24 12:56:24 +00:00
substituter2.nix.in * A test for multiple and/or failing substitutes. 2004-06-24 12:56:24 +00:00
substitutes.nix.in * Re-enable support for substitutes in the normaliser. 2004-06-20 19:17:54 +00:00
substitutes.sh * A test for multiple and/or failing substitutes. 2004-06-24 12:56:24 +00:00
substitutes2.nix.in * Multiple and/or failing substitutes now work. 2004-06-24 13:40:38 +00:00
substitutes2.sh * Multiple and/or failing substitutes now work. 2004-06-24 13:40:38 +00:00
verify.sh * Added a switch `--fallback'. From the manual: 2004-06-28 10:42:57 +00:00