[Piuparts-commits] [SCM] piatti.debian.org configuration files branch, piatti, updated. 0.43-15-g9510d05
Andreas Beckmann
debian at abeckmann.de
Tue Jan 31 07:59:46 UTC 2012
The following commit has been merged in the piatti 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
--
piatti.debian.org configuration files
More information about the Piuparts-commits
mailing list