[Piuparts-commits] [SCM] piuparts git repository branch, master, updated. 0.51

David Steele dsteele at gmail.com
Wed May 15 10:09:36 UTC 2013


The following commit has been merged in the master branch:
commit ae218bc674c189a6db8006c5539830003ae4bb23
Author: David Steele <dsteele at gmail.com>
Date:   Wed Jan 9 22:42:57 2013 -0500

    detect_well_known_errors - Template HTML format fix.
    
    There were one too many </tr>'s.

diff --git a/debian/changelog b/debian/changelog
index 2f60198..93bbecd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,6 +30,7 @@ piuparts (0.51) UNRELEASED; urgency=low
   [ David Steele ]
   * detect_well_known_errors:
     - Replace the bash script with an equivalent Python script.
+    - Minor HTML syntax fix.
 
  -- Andreas Beckmann <anbe at debian.org>  Sat, 16 Mar 2013 00:14:13 +0100
 
diff --git a/master-bin/detect_well_known_errors b/master-bin/detect_well_known_errors
index 1965332..5aa3101 100755
--- a/master-bin/detect_well_known_errors
+++ b/master-bin/detect_well_known_errors
@@ -33,7 +33,6 @@ BUG_EXT = '.bug'
 LOG_EXT = '.log'
 TPL_EXT = '.tpl'
 
-# note that there is an extra /tr in here
 PROB_TPL = \
 """<table class="righttable"><tr class="titlerow"><td class="titlecell">
 $HEADER in $SECTION
@@ -42,7 +41,7 @@ $HELPTEXT
 <p>The commandline to find these logs is: <pre>
 COMMAND='$COMMAND'
 </pre></p>
-</td></tr><tr class="titlerow"><td class="alerttitlecell">Please file bugs!</td></tr></tr><tr class="normalrow"><td class="contentcell2" colspan="3">
+</td></tr><tr class="titlerow"><td class="alerttitlecell">Please file bugs!</td></tr><tr class="normalrow"><td class="contentcell2" colspan="3">
 <ul>
 $PACKAGE_LIST</ul>
 <p>Affected packages in $SECTION: $COUNT</p></td></tr></table>
@@ -53,7 +52,7 @@ UNKNOWN_TPL = \
 Packages with failures not yet well known detected in $SECTION
 </td></tr><tr class="normalrow"><td class="contentcell2">
 <p>Please investigate and improve detection of known error types!</p>
-</td></tr><tr class="titlerow"><td class="alerttitlecell">Please file bugs!</td></tr></tr><tr class="normalrow"><td class="contentcell2" colspan="3">
+</td></tr><tr class="titlerow"><td class="alerttitlecell">Please file bugs!</td></tr><tr class="normalrow"><td class="contentcell2" colspan="3">
 <ul>
 $PACKAGE_LIST
 </ul>

-- 
piuparts git repository



More information about the Piuparts-commits mailing list