[Piuparts-commits] [SCM] piuparts git repository branch, master, updated. 0.48-79-gdf94975

Andreas Beckmann debian at abeckmann.de
Sat Jan 12 11:33:16 UTC 2013


The following commit has been merged in the master branch:
commit f93070b4d98042248b2af60376f723a16e621027
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Mon Dec 17 01:59:15 2012 +0100

    detect_network_issues: apt-get update may fail and return -7
    
    reason unclear, but retrying always helped
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/master-bin/detect_network_issues b/master-bin/detect_network_issues
index c8bcf88..68d88f3 100755
--- a/master-bin/detect_network_issues
+++ b/master-bin/detect_network_issues
@@ -60,6 +60,7 @@ for SECTION in $SECTIONS ; do
 		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: 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
 done
 if [ -s $FILE ] ; then

-- 
piuparts git repository



More information about the Piuparts-commits mailing list