* $currentBuilds{id} can be 0.

[?]
Mar 5, 2010, 5:48 PM
L3UFM7DKGVPGIECPJ4IVJ77KG3LXZAY3PDDPOGJES6QFOTC2ZR6AC

Dependencies

  • [2] RFE6T5LG * Store jobset evaluations in the database explicitly. This includes
  • [3] S6OISBQ3 * Mark the "current" builds in a jobset, i.e. those corresponding to
  • [4] CVDK3XJK * In the scheduler, don't check if we've already done a build (except
  • [*] N22GPKYT * Put info about logs / build products in the DB.

Change contents

  • replacement in src/script/hydra_scheduler.pl at line 154
    [3.5759][3.5759:5839]()
    $build->update({iscurrent => 0}) unless $currentBuilds{$build->id};
    [3.5708]
    [2.5923]
    $build->update({iscurrent => 0}) unless defined $currentBuilds{$build->id};