[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.44-627-g9f46e19
Andreas Beckmann
debian at abeckmann.de
Fri Jun 1 17:34:37 UTC 2012
The following commit has been merged in the develop branch:
commit ccb8c6ecb5093c3a7610eb691b2921914d2f71a1
Author: Andreas Beckmann <debian at abeckmann.de>
Date: Sun Apr 15 17:34:56 2012 +0200
network issue: Method http has died unexpectedly
E: Method http has died unexpectedly
Signed-off-by: Andreas Beckmann <debian at abeckmann.de>
diff --git a/home/piupartsm/bin/detect_network_issues b/home/piupartsm/bin/detect_network_issues
index eba5424..5248a3f 100755
--- a/home/piupartsm/bin/detect_network_issues
+++ b/home/piupartsm/bin/detect_network_issues
@@ -52,6 +52,7 @@ for SECTION in $SECTIONS ; do
rgrep -l -e "Failed to fetch.*Could not resolve" $MASTER/$SECTION/$subdir >> $FILE
rgrep -l -e "Failed to fetch.*Something wicked happened resolving" $MASTER/$SECTION/$subdir >> $FILE
rgrep -l -e "Failed to fetch.*Unable to connect to" $MASTER/$SECTION/$subdir >> $FILE
+ rgrep -l "E: Method http has died unexpectedly" $MASTER/$SECTION/$subdir >> $FILE
rgrep -l "Some index files failed to download, they have been ignored, or old ones used instead." $MASTER/$SECTION/$subdir >> $FILE
rgrep -l "Some index files failed to download. They have been ignored, or old ones used instead." $MASTER/$SECTION/$subdir >> $FILE
rgrep -l -e "W: GPG error: .* Release: The following signatures were invalid: BADSIG" $MASTER/$SECTION/$subdir >> $FILE
--
piuparts git repository
More information about the Piuparts-commits
mailing list