nix-super/src/libstore
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
..
db.cc * Added a switch `--fallback'. From the manual: 2004-06-28 10:42:57 +00:00
db.hh * Added a switch `--fallback'. From the manual: 2004-06-28 10:42:57 +00:00
globals.cc * Added a switch `--fallback'. From the manual: 2004-06-28 10:42:57 +00:00
globals.hh * Added a switch `--fallback'. From the manual: 2004-06-28 10:42:57 +00:00
Makefile.am * Big refactoring. Move to a much more explicitly state machine based 2004-06-18 18:09:32 +00:00
misc.cc * Big refactoring. Move to a much more explicitly state machine based 2004-06-18 18:09:32 +00:00
normalise.cc * Added a switch `--fallback'. From the manual: 2004-06-28 10:42:57 +00:00
normalise.hh * Added a switch `--fallback'. From the manual: 2004-06-28 10:42:57 +00:00
pathlocks.cc * True parallel builds. Nix can now run as many build jobs in 2004-05-11 18:05:44 +00:00
pathlocks.hh * True parallel builds. Nix can now run as many build jobs in 2004-05-11 18:05:44 +00:00
references.cc * Catch SIGINT to terminate cleanly when the user tries to interrupt 2004-01-15 20:23:55 +00:00
references.hh * libnix -> libstore. 2003-11-18 10:55:27 +00:00
store.cc * Added a switch `--fallback'. From the manual: 2004-06-28 10:42:57 +00:00
store.hh * Added a switch `--fallback'. From the manual: 2004-06-28 10:42:57 +00:00
storeexpr.cc * Changed the extension for store expressions from ".nix" to ".store" 2004-01-12 10:44:48 +00:00
storeexpr.hh * "Nix expression" -> "store expression". 2003-11-18 11:22:29 +00:00
test-builder-1.sh * libnix -> libstore. 2003-11-18 10:55:27 +00:00
test-builder-2.sh * libnix -> libstore. 2003-11-18 10:55:27 +00:00