[Piuparts-commits] [piuparts] 01/01: detect_network_issues: move check for outdated reference chroot to detect_piuparts_issues.
Holger Levsen
holger at layer-acht.org
Fri Apr 28 15:58:02 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 32bfe4d3c78cbbc1f59a24b67e6b61d475b89e16
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Apr 28 17:57:24 2017 +0200
detect_network_issues: move check for outdated reference chroot to detect_piuparts_issues.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
debian/changelog | 7 +++++--
master-bin/detect_network_issues.in | 1 -
master-bin/detect_piuparts_issues.in | 1 +
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2ca2d22..574932a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -66,8 +66,11 @@ piuparts (0.77) UNRELEASED; urgency=medium
* master-bin/report_untestable_packages.in:
- also report runtime.
- only act on sections with precedence < 100.
- * master-bin/detect_network_issues.in: dynamically report detected issues.
- * master-bin/detect_piuparts_issues.in: dynamically report detected issues.
+ * master-bin/detect_network_issues.in:
+ - dynamically report detected issues.
+ - move check for outdated reference chroot to detect_piuparts_issues.
+ * master-bin/detect_piuparts_issues.in:
+ - dynamically report detected issues.
* instances/piuparts.conf-template.pejacevic:
- Add new suite to be tested:
- stable22sid, upgrading jessie -> stretch -> sid
diff --git a/master-bin/detect_network_issues.in b/master-bin/detect_network_issues.in
index e949e76..7e238fa 100755
--- a/master-bin/detect_network_issues.in
+++ b/master-bin/detect_network_issues.in
@@ -51,7 +51,6 @@ for SECTION in $SECTIONS ; do
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
rgrep -l 'WARNING: The following packages cannot be authenticated!' $MASTER/$SECTION/$subdir >> $FILE
- rgrep -l "WARNING: History of available packages does not match - reference chroot may be outdated" $MASTER/$SECTION/$subdir >> $FILE
done
done
if [ -s $FILE ] ; then
diff --git a/master-bin/detect_piuparts_issues.in b/master-bin/detect_piuparts_issues.in
index 1a8fde3..20f3fc0 100755
--- a/master-bin/detect_piuparts_issues.in
+++ b/master-bin/detect_piuparts_issues.in
@@ -35,6 +35,7 @@ for SECTION in $SECTIONS ; do
for subdir in fail bugged affected ; do
test -d $MASTER/$SECTION/$subdir || continue
rgrep -l 'PIUPARTS OUTPUT INCOMPLETE' $MASTER/$SECTION/$subdir >> $FILE
+ rgrep -l "WARNING: History of available packages does not match - reference chroot may be outdated" $MASTER/$SECTION/$subdir >> $FILE
rgrep -l -E "tar( \(child\))?: .*.tar.gz: Cannot open: No such file or directory" $MASTER/$SECTION/$subdir >> $FILE
rgrep -l -e "tar: Error is not recoverable: exiting now" $MASTER/$SECTION/$subdir >> $FILE
rgrep -l -e "tar: .*: Wrote only .* of .* bytes" $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