[Piuparts-commits] [SCM] piatti.debian.org configuration files branch, develop, updated. 0.42-5-g26a8774
Andreas Beckmann
debian at abeckmann.de
Wed Jan 4 21:00:24 UTC 2012
The following commit has been merged in the develop branch:
commit e2fab2d2c5616bb73f8dcb5ecaad023ca5bf6063
Author: Andreas Beckmann <debian at abeckmann.de>
Date: Wed Jan 4 07:18:02 2012 +0100
BADSIG is another network error
W: GPG error: .* Release: The following signatures were invalid: BADSIG
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 f19905a..8c7d27d 100755
--- a/home/piupartsm/bin/detect_network_issues
+++ b/home/piupartsm/bin/detect_network_issues
@@ -51,13 +51,15 @@ 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 -e "W: GPG error: .* Release: The following signatures were invalid: BADSIG" $MASTER/$SECTION/fail >> $FILE
done
if [ -s $FILE ] ; then
echo "Network problems on detected!"
echo "(By grep'ing for 'Cannot initiate the connection to', 'Failed to"
echo "fetch.*Could not resolve', 'Failed to fetch.*Something wicked"
- echo " happened resolving' 'Some index files failed to download' and"
- echo "'Hash Sum mismatch' in failed logs.)"
+ echo " happened resolving', 'Some index files failed to download',"
+ echo "'Hash Sum mismatch', and 'The following signatures were invalid'"
+ echo "in failed logs.)"
echo
echo "The following logfiles have been deleted:"
echo
--
piatti.debian.org configuration files
More information about the Piuparts-commits
mailing list