hydra/src
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
..
c Use evalFile() instead of parseExprFromFile() 2013-09-06 15:17:27 +00:00
lib Not every buildstep has a defined drvpath 2013-09-03 14:43:08 -04:00
root Use a distinct icon for cancelled builds 2013-09-03 17:37:47 +02:00
script hydra-build: Don't send a giant query to the database 2013-09-10 11:01:29 +00:00
sql Rename aggregate members to constituents 2013-08-15 02:33:10 +02:00
ttf Add font for the captcha 2013-03-04 12:16:13 +01:00
xsl Hack to render empty lines in logs correctly 2013-04-02 23:40:19 +02:00
Makefile.am Add font for the captcha 2013-03-04 12:16:13 +01:00
Makefile.PL * Move everything up one directory. 2009-03-05 13:41:57 +00:00