1 [%- BLOCK cl %] class="[% SWITCH bgfor -%]
2 [%- CASE 'OK' %]pass[% CASE 'ContribCheck' %]warn[% CASE [ 'Check' 'InstallCheck' ] %]warnx[% CASE %]fail[% END %]"
4 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
5 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
6 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
8 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
9 <title>PostgreSQL BuildFarm History</title>
10 <link rel="stylesheet" rev="stylesheet" href="/inc/pgbf.css" charset="utf-8" />
11 <style type="text/css"><!--
12 li#status a { color:rgb(17,45,137); background: url(/inc/b/r.png) no-repeat 100% -20px; }
13 li#status { background: url(/inc/b/l.png) no-repeat 0% -20px; }
16 <body class="history">
19 <a href="/index.html"><img src="/inc/pgbuildfarm-banner.png" alt="PostgreSQL BuildFarm" width="800" height="73" /></a>
22 <li id="home"><a href="/index.html" title="PostgreSQL BuildFarm Home">Home</a></li>
23 <li id="status"><a href="/cgi-bin/show_status.pl" title="Current results">Status</a></li>
24 <li id="members"><a href="/cgi-bin/show_members.pl" title="Platforms tested">Members</a></li>
25 <li id="register"><a href="/cgi-bin/register-form.pl" title="Join PostgreSQL BuildFarm">Register</a></li>
26 <li id="pgfoundry"><a href="http://pgfoundry.org/projects/pgbuildfarm/">PGFoundry</a></li>
31 <h1>PostgreSQL BuildFarm Status History</h1>
32 <table cellspacing="0">
33 <tr><th class="head" colspan="3">System Detail</th></tr>
34 <tr class="member"><th>Farm member</th><td>[% member %]</td></tr>
35 <tr><th>OS</th><td>[% statrows.0.operating_system %] [% statrows.0.os_version %]</td></tr>
36 <!-- <tr><th>OS Version</th><td>[% statrows.0.os_version %]</td></tr> -->
37 <tr><th>Compiler</th><td>[% statrows.0.compiler %] [% statrows.0.compiler_version %]</td></tr>
38 <!-- <tr><th>Compiler Version</th><td>[% statrows.0.compiler_version %]</td></tr> -->
39 <tr><th>Architecture</th><td>[% statrows.0.architecture %]</td></tr>
41 <h3>Branch: [% branch %][% IF statrows.size >= 240 %] (last 240 entries shown)[% END %]</h3>
43 <tr [% PROCESS cl bgfor=row.stage %]>
44 <td>[%- row.when_ago | replace('\s',' ') %] ago </td>
45 <td class="status">[% row.stage -%]</td>
46 <td class="status"><a href="show_log.pl?nm=
47 [%- row.sysname %]&dt=
48 [%- row.snapshot | uri %]">
49 [%- IF row.stage != 'OK' %]Details[% ELSE %]Config[% END -%]</a></td>
53 <table border="0"> <tr>
54 [% FOREACH offset IN [0,1,2] %][% low = offset * statrows.size / 3 ; high = -1 + (offset + 1) * statrows.size / 3 %]
57 $stash->set(low => floor($stash->get('low')));
58 $stash->set(high => floor($stash->get('high')));
59 [% END %][% CATCH %]<!-- [% error.info %] --> [% END %]
60 <td><table cellspacing="0">
61 <!-- <tr><th colspan=3>low = [% low %], high = [% high %]</th></tr> -->
62 [% FOREACH xrow IN statrows.slice(low,high) %][% PROCESS stdet row=xrow %][% END %]
67 </div><!-- wrapper -->