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

Andreas Beckmann debian at abeckmann.de
Sun Jan 22 12:24:57 UTC 2012


The following commit has been merged in the piatti.git 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

-- 
piuparts git repository



More information about the Piuparts-commits mailing list