[Piuparts-commits] rev 605 - piatti/org/piuparts.debian.org/htdocs trunk
Holger Levsen
holger at alioth.debian.org
Tue Dec 29 12:01:24 UTC 2009
Author: holger
Date: 2009-12-29 12:01:18 +0000 (Tue, 29 Dec 2009)
New Revision: 605
Modified:
piatti/org/piuparts.debian.org/htdocs/index.tpl
trunk/piuparts-report.py
Log:
improve html output
Modified: piatti/org/piuparts.debian.org/htdocs/index.tpl
===================================================================
--- piatti/org/piuparts.debian.org/htdocs/index.tpl 2009-12-29 11:42:58 UTC (rev 604)
+++ piatti/org/piuparts.debian.org/htdocs/index.tpl 2009-12-29 12:01:18 UTC (rev 605)
@@ -40,6 +40,7 @@
These pages are updated daily.
</td>
</tr>
+ <tr class="titlerow">
<td class="titlecell">
News
</td>
Modified: trunk/piuparts-report.py
===================================================================
--- trunk/piuparts-report.py 2009-12-29 11:42:58 UTC (rev 604)
+++ trunk/piuparts-report.py 2009-12-29 12:01:18 UTC (rev 605)
@@ -128,7 +128,7 @@
</tr>
<tr>
<td class="contentcell">
- <a href="http://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=piuparts;users=debian-qa@lists.debian.org&archive=both" target="_blank">Bugs filed</a>
+ <a href="http://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=piuparts;users=debian-qa@lists.debian.org&archive=both" target="_blank">Bugs filed</a>
</td>
</tr>
$section_navigation
@@ -859,9 +859,9 @@
}))
f.close()
if state == "failed-testing":
- substats = "fail: %s bugged: %s</li>" % (
- len(analysis.split("/fail/"))/2 - 1,
- len(analysis.split("/bugged/"))/2 - 1,
+ substats = ": %s bugged, %s failed</li>" % (
+ len(analysis.split("/bugged/")),
+ len(analysis.split("/fail/")),
)
else:
substats = ""
More information about the Piuparts-commits
mailing list