[?]
Nov 6, 2008, 2:32 PM
IMY5UQE3I2UJRKEFJSW5OM4IY5QGQICDSAKCP7MGWGS7FO4ELXTQC

Dependencies

  • [2] 5QJP6JHS * Get dependencies from the database.
  • [3] PHX2HIVG * Store info about the build inputs in the build record.
  • [*] J5UVLXOK * Start of a basic Catalyst web interface.
  • [*] WYN733ST * Store build duration, handle cached builds.
  • [*] N22GPKYT * Put info about logs / build products in the DB.

Change contents

  • edit in src/HydraFrontend/root/build.tt at line 35
    [6.1485]
    [6.1485]
    <th>Build started:</th>
    <td>[% date.format(build.starttime, '%Y-%m-%d %H:%M:%S') %]</td>
    </tr>
    <tr>
    <th>Build finished:</th>
    <td>[% date.format(build.stoptime, '%Y-%m-%d %H:%M:%S') %]</td>
    </tr>
    <tr>
  • edit in src/HydraFrontend/root/build.tt at line 59
    [5.7964]
    [5.7964]
    </tr>
    <tr>
    <th>Status:</th>
    <td>
    [% IF build.buildstatus == 0 %]
    <img src="/static/images/success.gif" />
    [% ELSE %]
    <img src="/static/images/failure.gif" />
    [% END %]
    </td>
  • replacement in src/scheduler.pl at line 196
    [2.463][2.463:563]()
    {project => $project->name, jobset => $jobset->name, attrname => $argName},
    [2.463]
    [2.563]
    {project => $project->name, jobset => $jobset->name, attrname => $argName, buildStatus => 0},