[Piuparts-commits] rev 227 - in trunk: . debian

Holger Levsen holger at alioth.debian.org
Sat Mar 14 19:09:53 UTC 2009


Author: holger
Date: 2009-03-14 19:09:53 +0000 (Sat, 14 Mar 2009)
New Revision: 227

Modified:
   trunk/debian/changelog
   trunk/piuparts-report.py
Log:
* piuparts-reports.py: 
  - make unknown packages printed bold in state reports.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-03-14 19:09:45 UTC (rev 226)
+++ trunk/debian/changelog	2009-03-14 19:09:53 UTC (rev 227)
@@ -15,6 +15,8 @@
       failure analysing will be harder.
   * Re-add piuparts-reports.py which got removed/lost between 0.14 and 0.20 
     without changelog entry.
+  * piuparts-reports.py: 
+    - make unknown packages printed bold in state reports.
 
  -- Holger Levsen <holger at debian.org>  Tue, 10 Mar 2009 15:23:59 +0100
 

Modified: trunk/piuparts-report.py
===================================================================
--- trunk/piuparts-report.py	2009-03-14 19:09:45 UTC (rev 226)
+++ trunk/piuparts-report.py	2009-03-14 19:09:53 UTC (rev 227)
@@ -165,6 +165,8 @@
     str = "&gt;".join(str.split(">"))
     str = "&#34;".join(str.split('"'))
     str = "&#39;".join(str.split("'"))
+    if str == "unknown-package":
+      str = "<b>unknown-package</b>"
     return str
 
 




More information about the Piuparts-commits mailing list