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

Andreas Beckmann debian at abeckmann.de
Fri Jun 1 17:34:38 UTC 2012


The following commit has been merged in the develop branch:
commit f7280ffc334b9af7db1db5c31c31c6e4deb62fd0
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Sun Apr 15 17:35:31 2012 +0200

    network issue: update-fetch-race
    
    E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing
    
    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 5248a3f..7e21279 100755
--- a/home/piupartsm/bin/detect_network_issues
+++ b/home/piupartsm/bin/detect_network_issues
@@ -56,6 +56,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 "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
 		# 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