[Piuparts-commits] rev 480 - trunk

Holger Levsen holger at alioth.debian.org
Sun Aug 9 23:11:06 UTC 2009


Author: holger
Date: 2009-08-09 23:11:06 +0000 (Sun, 09 Aug 2009)
New Revision: 480

Modified:
   trunk/piuparts-report.py
Log:
generate links to logfiles of currently untestable packages

Modified: trunk/piuparts-report.py
===================================================================
--- trunk/piuparts-report.py	2009-08-09 22:45:44 UTC (rev 479)
+++ trunk/piuparts-report.py	2009-08-09 23:11:06 UTC (rev 480)
@@ -613,7 +613,9 @@
         if state == "successfully-tested":
           dirs = ["pass", "fixed"]
         elif state == "failed-testing":
-          dirs = ["fail", "bugged", "untestable"]
+          dirs = ["fail", "bugged"]
+        elif state == "cannot-be-tested":
+          dirs = ["untestable"]
 
         if dirs != "":
           links = self.find_links_to_logs (package_name, dirs, logs_by_dir)




More information about the Piuparts-commits mailing list