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

Holger Levsen holger at alioth.debian.org
Sun Apr 19 23:35:52 UTC 2009


Author: holger
Date: 2009-04-19 23:35:52 +0000 (Sun, 19 Apr 2009)
New Revision: 365

Modified:
   trunk/debian/changelog
   trunk/piuparts-report.py
Log:
also emphasize reason 'circular-dependency'

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-04-19 23:10:21 UTC (rev 364)
+++ trunk/debian/changelog	2009-04-19 23:35:52 UTC (rev 365)
@@ -34,7 +34,7 @@
     - allow the user to stop the slave with control-C.
   * Re-add piuparts-reports.py which got removed/lost between 0.14 and 0.20 
     without changelog entry.
-  * piuparts-reports.py: 
+  * piuparts-report.py: 
     - support sections in configuration file. 
     - support looping trough multiple sections in report.conf via new config
       value "sections". 

Modified: trunk/piuparts-report.py
===================================================================
--- trunk/piuparts-report.py	2009-04-19 23:10:21 UTC (rev 364)
+++ trunk/piuparts-report.py	2009-04-19 23:35:52 UTC (rev 365)
@@ -439,7 +439,7 @@
 
 
 def emphasize_reason(str):
-    if str == "unknown-package" or str == "failed-testing":
+    if str == "unknown-package" or str == "failed-testing" or str == "circular-dependency":
       str = "<em>" + str + "</em>"
     return str
 




More information about the Piuparts-commits mailing list