r3038 - people/goneri/SvnBuildStat-WWW/root/src/packages

Gonéri Le Bouder goneri-guest at alioth.debian.org
Wed Jun 20 20:47:00 UTC 2007


Author: goneri-guest
Date: 2007-06-20 20:46:59 +0000 (Wed, 20 Jun 2007)
New Revision: 3038

Modified:
   people/goneri/SvnBuildStat-WWW/root/src/packages/main.tt2
Log:
do not show he piuparts result since there is to much false positive for the moment. Maybe later?


Modified: people/goneri/SvnBuildStat-WWW/root/src/packages/main.tt2
===================================================================
--- people/goneri/SvnBuildStat-WWW/root/src/packages/main.tt2	2007-06-20 20:16:39 UTC (rev 3037)
+++ people/goneri/SvnBuildStat-WWW/root/src/packages/main.tt2	2007-06-20 20:46:59 UTC (rev 3038)
@@ -13,7 +13,7 @@
 </h1>
 
 <table>
-<tr><th>Packages</th><th>Status</th><th>Linda</th><th>Lintian</th><th>Bugs</th><th>Piuparts</th><th>Synced<br />Debian?</th><th>Synced<br />with<br />Upstream</th></tr>
+<tr><th>Packages</th><th>Status</th><th>Linda</th><th>Lintian</th><th>Bugs</th><!--<th>Piuparts--></th><th>Synced<br />with<br />Debian</th><th>Synced<br />with<br />Upstream</th></tr>
 [% # Display each book in a table row %]
 [% FOREACH package IN packages -%]
   <tr>
@@ -52,11 +52,11 @@
         [% IF package.bugcount > 0 %][% package.bugcount %][% END %]
       </a>
     </td>
-    <td [% IF package.piupartsisok %]class="ok"[% ELSE %][% IF package.buildisok %]class="error"[% END %][% END %]>
+<!--    <td [% IF package.piupartsisok %]class="ok"[% ELSE %][% IF package.buildisok %]class="error"[% END %][% END %]>
     <a href="[% Catalyst.uri_for('info/') _ package.name %]">
         [% IF ! package.needbuild && package.buildisok %][% IF package.piupartsisok %]Succeed[% ELSE %]Failed[% END %][% END %]
       </a>
-    </td>
+    </td>-->
     <td [% IF package.isindebian %]class="ok"[% ELSE %]class="warning"[% END %]>
         [% IF ! package.isindebian %]No[% END %]
     </td>




More information about the Pkg-games-commits mailing list