[Piuparts-commits] rev 446 - piatti/org/piuparts.debian.org/htdocs trunk

Holger Levsen holger at alioth.debian.org
Sat Jun 20 14:06:14 UTC 2009


Author: holger
Date: 2009-06-20 14:06:13 +0000 (Sat, 20 Jun 2009)
New Revision: 446

Modified:
   piatti/org/piuparts.debian.org/htdocs/index.tpl
   trunk/piuparts-report.py
Log:
polishing

Modified: piatti/org/piuparts.debian.org/htdocs/index.tpl
===================================================================
--- piatti/org/piuparts.debian.org/htdocs/index.tpl	2009-06-20 12:58:25 UTC (rev 445)
+++ piatti/org/piuparts.debian.org/htdocs/index.tpl	2009-06-20 14:06:13 UTC (rev 446)
@@ -46,6 +46,11 @@
     </tr>
     <tr class="normalrow">
      <td class="contentcell2">
+      <b>2009-06-20</b>: Failed logs are not grouped into (at the moment) seven types of known errors and one type of issues is detected in successful logs.
+     </td>
+    </tr>
+    <tr class="normalrow">
+     <td class="contentcell2">
       <b>2009-06-06</b>: Reschedule testing for 163 successful and 27 failing packages in sid which were affected by #530501. Once openssh 1:5.1p1-6 has reached squeeze, this will be done again with 194 packages there.
      </td>
     </tr>

Modified: trunk/piuparts-report.py
===================================================================
--- trunk/piuparts-report.py	2009-06-20 12:58:25 UTC (rev 445)
+++ trunk/piuparts-report.py	2009-06-20 14:06:13 UTC (rev 446)
@@ -809,12 +809,9 @@
 
     def create_and_link_to_analysises(self,state):
         link="<ul>"
-        print self._output_directory
         templates = find_files_with_suffix(self._output_directory,".tpl")
-        print state
         for template in templates:
-          if (state == "failed-testing" and template[-9:] != "issue.tpl") or (state == "successfully-tested" and template[-9:] == "issue.pl"):
-            print template
+          if (state == "failed-testing" and template[-9:] != "issue.tpl") or (state == "successfully-tested" and template[-9:] == "issue.tpl"):
 
             tpl = os.path.join(self._output_directory, template)
             f = file(tpl, "r")




More information about the Piuparts-commits mailing list