[Piuparts-commits] rev 493 - piatti/home/piupartsm/bin

Holger Levsen holger at alioth.debian.org
Thu Aug 20 07:32:49 UTC 2009


Author: holger
Date: 2009-08-20 07:32:49 +0000 (Thu, 20 Aug 2009)
New Revision: 493

Modified:
   piatti/home/piupartsm/bin/detect_well_known_errors
Log:
include grep command used to find failed packages into the pages displaying them

Modified: piatti/home/piupartsm/bin/detect_well_known_errors
===================================================================
--- piatti/home/piupartsm/bin/detect_well_known_errors	2009-08-19 17:55:10 UTC (rev 492)
+++ piatti/home/piupartsm/bin/detect_well_known_errors	2009-08-20 07:32:49 UTC (rev 493)
@@ -50,6 +50,9 @@
 			echo "$HEADER in $SECTION" >> $OUTPUT
 			echo '</td></tr><tr class="normalrow"><td class="contentcell2">' >> $OUTPUT
 			echo "$HELPTEXT" >> $OUTPUT
+                        echo "<p>The commandline to find these logs is: <pre>" >> $OUTPUT
+			grep --color=never COMMAND ~/bin/known_problems/$problem >> $OUTPUT
+			echo "</pre></p>" >> $OUTPUT
 			echo '</td></tr><tr class="titlerow"><td class="alerttitlecell">Please file bugs!</td></tr></tr><tr class="normalrow"><td class="contentcell2" colspan="3">' >> $OUTPUT
 			echo "<ul>" >> $OUTPUT
 			COUNT=0




More information about the Piuparts-commits mailing list