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

Holger Levsen holger at alioth.debian.org
Sat Jun 20 10:09:57 UTC 2009


Author: holger
Date: 2009-06-20 10:09:55 +0000 (Sat, 20 Jun 2009)
New Revision: 439

Modified:
   piatti/home/piupartsm/bin/detect_well_known_errors
Log:
those are assumed to be failures, not issues

Modified: piatti/home/piupartsm/bin/detect_well_known_errors
===================================================================
--- piatti/home/piupartsm/bin/detect_well_known_errors	2009-06-20 09:45:24 UTC (rev 438)
+++ piatti/home/piupartsm/bin/detect_well_known_errors	2009-06-20 10:09:55 UTC (rev 439)
@@ -62,7 +62,7 @@
 rm $LOGS
 
 #
-# detect unknown errors, continued.
+# report unknown failures
 #
 UNKNOWNLOGS=`mktemp`
 
@@ -75,7 +75,7 @@
 		cp $UNKNOWNLOGS $LOGS
 	done
 	if [ -s $LOGS ] ; then
-		OUTPUT=$HTDOCS/$SECTION/unknown_issues.tpl
+		OUTPUT=$HTDOCS/$SECTION/unknown_failures.tpl
 		echo > $OUTPUT
 		echo "Packages with failures not yet well known detected. Please investigate!" >> $OUTPUT
 		echo >> $OUTPUT




More information about the Piuparts-commits mailing list