[Piuparts-commits] [SCM] piuparts git repository branch, piatti.git, updated. f3d478e5f291baaf9e84d1982ca5e2e6b353a232

Andreas Beckmann debian at abeckmann.de
Sun Apr 1 08:46:24 UTC 2012


The following commit has been merged in the piatti.git branch:
commit 00c1a1876910338a74e8f3cdb8af0c1942da0361
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Mon Jan 23 23:49:54 2012 +0100

    update network issues
    
    Current apt slightly reformatted this error message:
    "Some index files failed to download. They have been ignored, or old ones used instead."
    Add it to the list.
    
    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 8c7d27d..35d7687 100755
--- a/home/piupartsm/bin/detect_network_issues
+++ b/home/piupartsm/bin/detect_network_issues
@@ -51,6 +51,7 @@ for SECTION in $SECTIONS ; do
 	rgrep -l -e "Failed to fetch.*Could not resolve" $MASTER/$SECTION/fail >> $FILE
 	rgrep -l -e "Failed to fetch.*Something wicked happened resolving" $MASTER/$SECTION/fail >> $FILE
 	rgrep -l "Some index files failed to download, they have been ignored, or old ones used instead." $MASTER/$SECTION/fail >> $FILE
+	rgrep -l "Some index files failed to download. They have been ignored, or old ones used instead." $MASTER/$SECTION/fail >> $FILE
 	rgrep -l -e "W: GPG error: .* Release: The following signatures were invalid: BADSIG" $MASTER/$SECTION/fail >> $FILE
 done
 if [ -s $FILE ] ; then 

-- 
piuparts git repository



More information about the Piuparts-commits mailing list