[Piuparts-commits] [piuparts] 06/08: detect another .deb download failure
Holger Levsen
holger at moszumanska.debian.org
Thu Apr 9 08:12:32 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch develop
in repository piuparts.
commit 4d80c007526528f0ef4568dd39ff21472f0cb475
Author: Andreas Beckmann <anbe at debian.org>
Date: Wed Apr 8 15:15:01 2015 +0200
detect another .deb download failure
Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
master-bin/detect_network_issues.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/master-bin/detect_network_issues.in b/master-bin/detect_network_issues.in
index b7e5fae..2153ac1 100755
--- a/master-bin/detect_network_issues.in
+++ b/master-bin/detect_network_issues.in
@@ -43,6 +43,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 -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
+ rgrep -l -e "E: Version '.*' for '.*' was not found" $MASTER/$SECTION/$subdir >> $FILE
rgrep -l 'E: Method file has died unexpectedly!' $MASTER/$SECTION/$subdir >> $FILE
rgrep -l "E: Sub-process rred received a segmentation fault." $MASTER/$SECTION/$subdir >> $FILE
rgrep -l -E "ERROR: Command failed \(status=-7\):.*'apt-get', 'update'" $MASTER/$SECTION/$subdir >> $FILE
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git
More information about the Piuparts-commits
mailing list