hydra/src/script
Eelco Dolstra 3f68076577 hydra-build: Don't send a giant query to the database
We had Postgres barfing with this error:

  DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::Pg::st execute failed: ERROR: stack depth limit exceeded

because the ‘drvpath => [ @dependentDrvs ]’ in failDependents can
cause a query of unbounded size.  (In this specific case there was a
failure of Bison, which has > 10000 dependent derivations.)  So now we
just get all scheduled builds from the DB.
2013-09-10 11:01:29 +00:00
..
hydra-build hydra-build: Don't send a giant query to the database 2013-09-10 11:01:29 +00:00
hydra-control Remove trailing whitespace 2013-01-22 14:41:02 +01:00
hydra-create Rename hydra_*.pl to hydra-* 2011-11-30 18:14:48 +01:00
hydra-eval-guile-jobs.in hydra-eval-guile-jobs: Use `--fresh-auto-compile'. 2013-04-13 18:59:42 +02:00
hydra-evaluator Fix typo. 2013-08-27 15:12:41 +02:00
hydra-init Materialize the number of finished builds 2013-08-12 20:19:10 +02:00
hydra-queue-runner hydra-queue-runner: Handle restarted builds whose derivation is gone 2013-06-14 11:00:05 +00:00
hydra-server Rename hydra_*.pl to hydra-* 2011-11-30 18:14:48 +01:00
hydra-update-gc-roots Keep builds that failed with output 2013-08-16 16:36:06 +02:00
Makefile.am Capture the path to `guile', when available. 2012-10-17 16:25:49 +02:00
nix-prefetch-bzr add nix-prefetch- scripts for now, were externals in svn 2011-10-28 22:12:51 -04:00
nix-prefetch-git I should sleep... grmbl 2012-04-26 09:37:48 +02:00
nix-prefetch-hg remove .hg-archival.txt in nix-prefetch-hg 2011-11-03 19:44:05 -04:00