* Doh.

[?]
Mar 10, 2009, 8:52 AM
K3EAQY3XGC7FBENSSILPXZEKBDTZEOKCBJKZJRX3GABBGZIJIJ3AC

Dependencies

  • [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
    [2.4603][2.4603:4744]()
    {outPath => $dep}, {rows => 1, order_by => "stopTime DESC"});
    if (defined $step && $step->status != 0) {
    [2.4603]
    [2.4744]
    {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
    [3.6246][3.468:540]()
    $step->update({busy => 0, status => 0, time => 0});
    [3.6246]
    [3.6355]
    $step->update({busy => 0, status => 0, stoptime => time});