[Piuparts-commits] rev 633 - piatti/org/piuparts.debian.org/htdocs trunk
Holger Levsen
holger at alioth.debian.org
Sat Jan 9 15:12:51 UTC 2010
Author: holger
Date: 2010-01-09 15:12:48 +0000 (Sat, 09 Jan 2010)
New Revision: 633
Modified:
piatti/org/piuparts.debian.org/htdocs/style.css
trunk/piuparts-report.py
Log:
fix typo, lighten up the blue
Modified: piatti/org/piuparts.debian.org/htdocs/style.css
===================================================================
--- piatti/org/piuparts.debian.org/htdocs/style.css 2010-01-09 14:23:41 UTC (rev 632)
+++ piatti/org/piuparts.debian.org/htdocs/style.css 2010-01-09 15:12:48 UTC (rev 633)
@@ -178,7 +178,7 @@
}
a.bugged {
- background-color:#9090d0;
+ background-color:#c0c0f0;
}
Modified: trunk/piuparts-report.py
===================================================================
--- trunk/piuparts-report.py 2010-01-09 14:23:41 UTC (rev 632)
+++ trunk/piuparts-report.py 2010-01-09 15:12:48 UTC (rev 633)
@@ -589,7 +589,7 @@
for dir in dirs:
if dir == "fail":
style = " class=\"needs-bugging\""
- else
+ else:
style = ""
for basename in logs_by_dir[dir]:
if basename.startswith(package_name+"_") and basename.endswith(".log"):
More information about the Piuparts-commits
mailing list