3 Copyright (c) 2003-2010, Andrew Dunstan
5 See accompanying License file for license details
10 perl = '/img/camel.png',
11 python = '/img/python.png',
12 debug = '/img/bug.png',
13 pam => '/img/pam.png',
14 cassert => '/img/cassert.png',
15 openssl => '/img/ssl_icon.gif',
16 nls => '/img/translateicon.gif',
17 krb5 => '/img/krb.gif',
18 tcl => '/img/tcl.png',
19 vpath => '/img/vpath.png',
20 xml => '/img/xml.png',
21 'thread-safety' => '/img/threads.gif',
22 'integer-datetimes' = '/img/days.png',
23 git => '/img/git.png',
26 [%- BLOCK img ; IF flag == 'depend' or flag == 'gnu-ld' ; ; ELSIF flag_imgs.$flag %]<img src="[% flag_imgs.$flag %]" title="[% flag %]" alt="[% flag %]" height="16" width="16" class="inline" align="bottom" /> [% ELSE %][%#
29 [%- BLOCK sysnotes ; IF row.sys_notes %]<img src="/img/notes.png" height="16" width="16" title="[% row.sys_notes_ts.replace(' .*','') | html %]: [% row.sys_notes | html %]" />
30 [%- ELSE %] [% END ; END -%]
31 [%- BLOCK cl %] class="[% SWITCH bgfor.replace('-.*','') -%]
32 [%- CASE 'OK' %]pass[% CASE 'ContribCheck' %]warn[% CASE [ 'Check' 'InstallCheck' ] %]warnx[% CASE %]fail[% END %]"
35 title = 'PostgreSQL BuildFarm Status'
39 <h1>PostgreSQL BuildFarm Status</h1>
41 Shown here is the latest status of each farm member
42 for each branch it has reported on in the last 30 days.
45 Use the farm member link for history of that member
46 on the relevant branch.
48 <table><tr><th class="head" rowspan="2">Legend</th>
49 [% FOREACH flagset IN flag_imgs %]
50 <td><img src="[% flagset.value %]" title="[% flagset.key %]" alt="[% flagset.key %]" height="16" width="16" class="inline" align="center"/> = [% flagset.key %]</td>
51 [% IF loop.count == 7 %]</tr><tr>[% END %]
55 <table cellspacing="0">
57 [% FOREACH row IN statrows %]
58 [% IF row.branch != brch ; brch = row.branch %]
59 <tr><th class="head" colspan="5">Branch: [% brch %]</th></tr>
60 <tr><th colspan="2">Alias</th><th>System</th><th>Status</th><th>Flags</th></tr>
62 <tr [% PROCESS cl bgfor=row.stage %]>
64 href="show_history.pl?nm=[% row.sysname %]&br=[% row.branch %]"
66 >[% row.sysname %]</a></td>
67 <td>[% PROCESS sysnotes %]</td>
68 <td><span class="opsys">[% row.operating_system %]
69 [% row.os_version %]</span> <span class="compiler">
71 [% row.compiler_version %]</span> <span class="arch">
72 [%- row.architecture %]</span></td>
74 [%- row.when_ago | replace('\s',' ') %] ago
76 <a href="show_log.pl?nm=
77 [%- row.sysname %]&dt=
78 [%- row.snapshot | uri %]">
79 [%- IF row.stage != 'OK' %]Details[% ELSE %]Config[% END -%]</a></td>
81 <td class="flags">[% FOREACH flag IN row.build_flags.split().sort() ; PROCESS img ; END %]</td>