Hydra, for Lix
Find a file
Eelco Dolstra 47f877c5bb Evaluator cleanups
* Don't use isCurrent anymore; instead look up builds in the previous
  jobset evaluation.  (The isCurrent field is still maintained because
  it's still used in some other places.)

* To determine whether to perform an evaluation, compare the hash of
  the current inputs with the inputs of the previous jobset
  evaluation, rather than checking if there was ever an evaluation
  with those inputs.  This way, if the inputs of an evaluation change
  back to a previous state, we get a new jobset evaluation in the
  database (and thus the latest jobset evaluation correctly represents
  the latest state of the jobset).

* Improve performance by removing some unnecessary operations and
  adding an index.
2012-03-12 20:47:29 +01:00
doc Provide a command ‘hydra-init’ to initialise/upgrade the database 2012-02-28 20:16:16 +01:00
src Evaluator cleanups 2012-03-12 20:47:29 +01:00
tests Provide a command ‘hydra-init’ to initialise/upgrade the database 2012-02-28 20:16:16 +01:00
.gitignore Add a .gitignore 2011-11-22 14:56:37 +01:00
AUTHORS hydra: use autoconf/-make 2010-09-30 14:29:15 +00:00
bootstrap hydra: Simplify `bootstrap'. 2011-01-14 10:52:47 +00:00
configure.ac Rename hydra_*.pl to hydra-* 2011-11-30 18:14:48 +01:00
COPYING hydra: revert license change 2010-03-29 14:16:46 +00:00
deps.nix Provide a command ‘hydra-init’ to initialise/upgrade the database 2012-02-28 20:16:16 +01:00
hydra-module.nix hydra-module.nix: Remove `.pl' extension for binaries. 2011-12-02 15:47:31 +01:00
INSTALL hydra: use autoconf/-make 2010-09-30 14:29:15 +00:00
Makefile.am add tests to SUBDIRS 2011-03-16 09:07:55 +00:00
NEWS hydra: use autoconf/-make 2010-09-30 14:29:15 +00:00
README hydra: use autoconf/-make 2010-09-30 14:29:15 +00:00
release.nix Use a nicer version string 2011-12-05 15:53:23 +01:00
version hydra: fix tarball build, add pre suffix to tarballs 2010-09-30 15:02:42 +00:00