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

Holger Levsen holger at alioth.debian.org
Tue Oct 20 16:04:35 UTC 2009


Author: holger
Date: 2009-10-20 16:04:13 +0000 (Tue, 20 Oct 2009)
New Revision: 525

Modified:
   piatti/home/piupartsm/bin/detect_network_issues
Log:
detect another kind of network issue

Modified: piatti/home/piupartsm/bin/detect_network_issues
===================================================================
--- piatti/home/piupartsm/bin/detect_network_issues	2009-10-20 10:25:08 UTC (rev 524)
+++ piatti/home/piupartsm/bin/detect_network_issues	2009-10-20 16:04:13 UTC (rev 525)
@@ -37,6 +37,7 @@
 for SECTION in $SECTIONS ; do 
 	rgrep -l "Cannot initiate the connection to" $MASTER/$SECTION/fail >> $FILE
 	rgrep -l -e "W: Failed to fetch.*Could not resolve" $MASTER/$SECTION/fail >> $FILE
+	rgrep -l -e "W: Failed to fetch.*Something wicked happened resolving" $MASTER/$SECTION/fail >> $FILE
 	rgrep -l "E: Some index files failed to download, they have been ignored, or old ones used instead." $MASTER/$SECTION/fail >> $FILE
 done
 if [ -s $FILE ] ; then 




More information about the Piuparts-commits mailing list