[Piuparts-commits] [SCM] piuparts git repository branch, piatti, updated. 0.49-105-gac1319a

Andreas Beckmann anbe at debian.org
Fri Mar 1 15:32:53 UTC 2013


The following commit has been merged in the piatti branch:
commit a30842b6c0bc7dc5d0febe76158caf7c80c4b705
Author: Andreas Beckmann <anbe at debian.org>
Date:   Tue Feb 5 02:40:47 2013 +0100

    detect_network_issues: Method file has died unexpectedly
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>

diff --git a/master-bin/detect_network_issues b/master-bin/detect_network_issues
index 68d88f3..e5cdaca 100755
--- a/master-bin/detect_network_issues
+++ b/master-bin/detect_network_issues
@@ -59,6 +59,7 @@ for SECTION in $SECTIONS ; do
 		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
 		rgrep -l "E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing" $MASTER/$SECTION/$subdir >> $FILE
+		rgrep -l 'E: Method file has died unexpectedly!' $MASTER/$SECTION/$subdir >> $FILE
 		rgrep -l "E: Sub-process rred received a segmentation fault." $MASTER/$SECTION/$subdir >> $FILE
 		rgrep -l -E "ERROR: Command failed \(status=-7\):.*'apt-get', 'update'" $MASTER/$SECTION/$subdir >> $FILE
 	done

-- 
piuparts git repository



More information about the Piuparts-commits mailing list