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

Holger Levsen holger at alioth.debian.org
Sat Nov 13 12:58:22 UTC 2010


Author: holger
Date: 2010-11-13 12:58:22 +0000 (Sat, 13 Nov 2010)
New Revision: 752

Modified:
   piatti/home/piupartsm/bin/detect_network_issues
Log:
less picky

Modified: piatti/home/piupartsm/bin/detect_network_issues
===================================================================
--- piatti/home/piupartsm/bin/detect_network_issues	2010-11-13 12:46:42 UTC (rev 751)
+++ piatti/home/piupartsm/bin/detect_network_issues	2010-11-13 12:58:22 UTC (rev 752)
@@ -36,9 +36,9 @@
 FILE=`mktemp`
 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 "Failed to fetch.*Could not resolve" $MASTER/$SECTION/fail >> $FILE
 	rgrep -l -e "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
+	rgrep -l "Some index files failed to download, they have been ignored, or old ones used instead." $MASTER/$SECTION/fail >> $FILE
 done
 if [ -s $FILE ] ; then 
 	echo "Network problems on detected!"




More information about the Piuparts-commits mailing list