[Piuparts-commits] [SCM] piuparts git repository branch, piatti, updated. 0.44-627-g9f46e19

Andreas Beckmann debian at abeckmann.de
Fri Jun 1 17:37:29 UTC 2012


The following commit has been merged in the piatti branch:
commit 77511973ed107b269a0b6ca7188d59296a02d5a0
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Fri Jun 1 10:04:18 2012 +0200

    network issue: Sub-process rred received a segmentation fault
    
    E: Sub-process rred received a segmentation fault.
    
    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 7e21279..5b745c7 100755
--- a/home/piupartsm/bin/detect_network_issues
+++ b/home/piupartsm/bin/detect_network_issues
@@ -57,6 +57,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: Sub-process rred received a segmentation fault." $MASTER/$SECTION/$subdir >> $FILE
 		# modified changelogs are usually caused by mirror pushes during the piuparts test
 		rgrep -l -E '  /usr/share/doc/(.*)/changelog.*owned by: \1' $MASTER/$SECTION/$subdir >> $FILE
 	done

-- 
piuparts git repository



More information about the Piuparts-commits mailing list