* Doh.
[?]
Mar 10, 2009, 8:52 AM
K3EAQY3XGC7FBENSSILPXZEKBDTZEOKCBJKZJRX3GABBGZIJIJ3ACDependencies
- [2]
37R34XJO* Negative caching: don't perform a build if a dependency already - [3]
7YBYT2LQ - [4]
CLJQCY2X* Store info about all the build actions and allow them to be - [5]
NLJJZVHO* Use ->update({...}) properly. - [6]
ECBA3GQO* Make the schema class names match the case of the SQL table names.
Change contents
- replacement in src/script/hydra_build.pl at line 58
{outPath => $dep}, {rows => 1, order_by => "stopTime DESC"});if (defined $step && $step->status != 0) {{outPath => $dep}, {rows => 1, order_by => "stopTime DESC", busy => 0});if ($step && $step->status != 0) { - replacement in src/script/hydra_build.pl at line 113
$step->update({busy => 0, status => 0, time => 0});$step->update({busy => 0, status => 0, stoptime => time});