[Piuparts-commits] [piuparts] 05/11: network issue: "W: GPG error: .* InRelease: Clearsigned file isn't valid, got 'NODATA'"
Holger Levsen
holger at layer-acht.org
Fri Apr 28 16:50:38 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch develop
in repository piuparts.
commit 773b4f629c9a8dd2383b0b66c075fde2f83e7188
Author: Andreas Beckmann <anbe at debian.org>
Date: Tue Apr 25 02:38:00 2017 +0200
network issue: "W: GPG error: .* InRelease: Clearsigned file isn't valid, got 'NODATA'"
Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
debian/changelog | 1 +
master-bin/detect_network_issues.in | 1 +
2 files changed, 2 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 09c0859..22e34a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -57,6 +57,7 @@ piuparts (0.77) UNRELEASED; urgency=medium
- Run twice per day, moving new logs to untestable within 24-36 hours.
* master-bin/detect_network_issues:
- Detect outdated reference chroot meta data.
+ - Detect alternate wording of gpg verification error.
* master-bin/detect_piuparts_issues:
- Recognize more problems caused by a full filesystem.
diff --git a/master-bin/detect_network_issues.in b/master-bin/detect_network_issues.in
index 7e238fa..73e44bc 100755
--- a/master-bin/detect_network_issues.in
+++ b/master-bin/detect_network_issues.in
@@ -44,6 +44,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 "W: GPG error: .* InRelease: The following signatures were invalid: NODATA" $MASTER/$SECTION/$subdir >> $FILE
+ rgrep -l -e "W: GPG error: .* InRelease: Clearsigned file isn't valid, got 'NODATA'" $MASTER/$SECTION/$subdir >> $FILE
rgrep -l -e "E: The repository '.*' does no longer have a Release file." $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
--
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