3 perl = '/img/camel.png',
4 python = '/img/python.png',
5 debug = '/img/bug.png',
7 cassert => '/img/cassert.png',
8 openssl => '/img/ssl_icon.gif',
9 nls => '/img/translateicon.gif',
10 krb5 => '/img/krb.gif',
11 tcl => '/img/tcl.png',
12 vpath => '/img/vpath.png',
13 xml => '/img/xml.png',
14 'thread-safety' => '/img/threads.gif',
15 'integer-datetimes' = '/img/days.png',
16 git => '/img/git.png',
19 [%- 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 %][%#
22 [%- 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 %]" />
23 [%- ELSE %] [% END ; END -%]
24 [%- BLOCK cl %] class="[% SWITCH bgfor.replace('-.*','') -%]
25 [%- CASE 'OK' %]pass[% CASE 'ContribCheck' %]warn[% CASE [ 'Check' 'InstallCheck' ] %]warnx[% CASE %]fail[% END %]"
28 title = 'PostgreSQL BuildFarm Status'
32 <h1>PostgreSQL BuildFarm Status</h1>
34 Shown here is the latest status of each farm member
35 for each branch it has reported on in the last 30 days.
38 Use the farm member link for history of that member
39 on the relevant branch.
41 <table><tr><th class="head" rowspan="2">Legend</th>
42 [% FOREACH flagset IN flag_imgs %]
43 <td><img src="[% flagset.value %]" title="[% flagset.key %]" alt="[% flagset.key %]" height="16" width="16" class="inline" align="center"/> = [% flagset.key %]</td>
44 [% IF loop.count == 7 %]</tr><tr>[% END %]
48 <table cellspacing="0">
50 [% FOREACH row IN statrows %]
51 [% IF row.branch != brch ; brch = row.branch %]
52 <tr><th class="head" colspan="5">Branch: [% brch %]</th></tr>
53 <tr><th colspan="2">Alias</th><th>System</th><th>Status</th><th>Flags</th></tr>
55 <tr [% PROCESS cl bgfor=row.stage %]>
57 href="show_history.pl?nm=[% row.sysname %]&br=[% row.branch %]"
59 >[% row.sysname %]</a></td>
60 <td>[% PROCESS sysnotes %]</td>
61 <td><span class="opsys">[% row.operating_system %]
62 [% row.os_version %]</span> <span class="compiler">
64 [% row.compiler_version %]</span> <span class="arch">
65 [%- row.architecture %]</span></td>
67 [%- row.when_ago | replace('\s',' ') %] ago
69 <a href="show_log.pl?nm=
70 [%- row.sysname %]&dt=
71 [%- row.snapshot | uri %]">
72 [%- IF row.stage != 'OK' %]Details[% ELSE %]Config[% END -%]</a></td>
74 <td class="flags">[% FOREACH flag IN row.build_flags.split().sort() ; PROCESS img ; END %]</td>