[Piuparts-commits] [SCM] piuparts git repository branch, piatti, updated. 0.44-755-ga3ab31d

Holger Levsen holger at layer-acht.org
Mon Jun 18 11:38:01 UTC 2012


The following commit has been merged in the piatti branch:
commit b80291ec95016f0823ed72fbd3374bed73665a47
Author: David Steele <dsteele at gmail.com>
Date:   Sat Jun 16 08:46:37 2012 -0400

    piuparts-report - Cleanup/wrap some long html lines.

diff --git a/debian/changelog b/debian/changelog
index 20d284c..c5b14a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -29,6 +29,7 @@ piuparts (0.45) UNRELEASED; urgency=low
       yielding a 10x speedup for piuparts-report runs.
       (Closes: #674672)
     - Cleanup/wrap some long source lines.
+    - Cleanup/wrap some long html lines.
 
   [ Andreas Beckmann ]
   * piuparts.py:
diff --git a/piuparts-report.py b/piuparts-report.py
index a7d132b..30f99b4 100644
--- a/piuparts-report.py
+++ b/piuparts-report.py
@@ -566,8 +566,8 @@ def create_section_navigation(section_names,current_section="sid"):
     for section in section_names:
         tablerows += ("<tr class=\"normalrow\"><td class=\"contentcell\"><a href='/%s'>%s</a></td></tr>\n") % \
                           (html_protect(section), html_protect(section))
-    tablerows += "<tr><td class=\"contentcell\"><a href=\"/%s/maintainer/\">by maintainer / uploader</a></td></tr>" % current_section
-    tablerows += "<tr><td class=\"contentcell\"><a href=\"/%s/source/\">by source package</a></td></tr>" % current_section
+    tablerows += "<tr><td class=\"contentcell\"><a href=\"/%s/maintainer/\">by maintainer / uploader</a></td></tr>\n" % current_section
+    tablerows += "<tr><td class=\"contentcell\"><a href=\"/%s/source/\">by source package</a></td></tr>\n" % current_section
     return tablerows;
 
 def get_email_address(maintainer):
@@ -762,7 +762,7 @@ class Section:
         if "/bugged/" in link or "/affected/" in link:
           link += " - <a href=\"http://bugs.debian.org/cgi-bin/pkgreport.cgi?package=" \
                   + package_name \
-                  + "\" target=\"_blank\" class=\"bugged\"> bug filed </a>"
+                  + "\" target=\"_blank\" class=\"bugged\"> bug filed </a>\n"
 
         return link
 
@@ -828,7 +828,7 @@ class Section:
                         + "<td class=\"labelcell\">%s:</td>" % state \
                         + "<td class=\"contentcell2\">%s</td>" % len(packages[state]) \
                         + "<td class=\"contentcell2\" colspan=\"4\">%s</td>" % links \
-                        + "</tr>"
+                        + "</tr>\n"
 
             distrolinks = "<tr class=\"normalrow\">" \
                           + "<td class=\"labelcell\">other distributions: </td>" \
@@ -901,7 +901,7 @@ class Section:
                         + "<td class=\"labelcell\">Version:</td>" \
                         + "<td class=\"contentcell2\">%s</td>" \
                           % html_protect(current_version) \
-                        + "</tr>"
+                        + "</tr>\n"
 
           if state not in ("successfully-tested", "essential-required"):
             success = False
@@ -917,7 +917,7 @@ class Section:
           sourcerows =    "<tr class=\"titlerow\">" \
                         + "<td class=\"titlecell\" colspan=\"6\" id=\"%s\">%s in %s</td>" \
                           % (source, source, self._config.section) \
-                        + "</tr>"
+                        + "</tr>\n"
 
           sourcerows +=   "<tr class=\"normalrow\">" \
                         + "<td class=\"labelcell\">Source:</td>" \
@@ -931,20 +931,20 @@ class Section:
                         + "<td class=\"labelcell\">Version:</td>" \
                         + "<td class=\"contentcell2\">%s</td>" \
                           % html_protect(source_version) \
-                        + "</tr>" 
+                        + "</tr>\n" 
 
           sourcerows += "<tr class=\"normalrow\">" \
                         + "<td class=\"labelcell\">Maintainer:</td>" \
                         + "<td class=\"contentcell2\" colspan=\"5\">%s</td>" \
                           % self.link_to_maintainer_summary(maintainer) \
-                        + "</tr>" 
+                        + "</tr>\n" 
 
           if uploaders:
             sourcerows += "<tr class=\"normalrow\">" \
                           + "<td class=\"labelcell\">Uploaders:</td>" \
                           + "<td class=\"contentcell2\" colspan=\"5\">%s</td>" \
                             % self.link_to_uploaders(uploaders) \
-                          + "</tr>" 
+                          + "</tr>\n" 
 
           source_summary_page_path = os.path.join( self._output_directory,
                                                   "source",
@@ -1076,7 +1076,7 @@ class Section:
                   count_passed = string.count(rows, '"pass/')
                   if count_passed > 0:
                     substats += ": %s passed" % count_passed
-              link += "<li><a href=%s>%s</a>%s</li>" % \
+              link += "<li><a href=%s>%s</a>%s</li>\n" % \
                        (
                            template[:-len(".tpl")]+".html", 
                            linktarget,

-- 
piuparts git repository



More information about the Piuparts-commits mailing list