[Piuparts-commits] rev 526 - piatti/home/piupartsm/bin
Holger Levsen
holger at alioth.debian.org
Wed Oct 21 10:17:36 UTC 2009
Author: holger
Date: 2009-10-21 10:17:34 +0000 (Wed, 21 Oct 2009)
New Revision: 526
Modified:
piatti/home/piupartsm/bin/detect_network_issues
Log:
fix regex
Modified: piatti/home/piupartsm/bin/detect_network_issues
===================================================================
--- piatti/home/piupartsm/bin/detect_network_issues 2009-10-20 16:04:13 UTC (rev 525)
+++ piatti/home/piupartsm/bin/detect_network_issues 2009-10-21 10:17:34 UTC (rev 526)
@@ -37,7 +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 "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