[Piuparts-commits] [piuparts] 06/07: network issue: failures related to outdated reference chroot data

Holger Levsen holger at layer-acht.org
Fri Mar 17 15:43:21 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 d8d4ddfeb6fe7ccd110bc5149b42afe261138935
Author: Andreas Beckmann <anbe at debian.org>
Date:   Thu Mar 16 23:16:31 2017 +0100

    network issue: failures related to outdated reference chroot data
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 debian/changelog                    | 2 ++
 master-bin/detect_network_issues.in | 3 +--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index affaaa0..b39b1d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -29,6 +29,8 @@ piuparts (0.77) UNRELEASED; urgency=medium
   * master-bin/detect_archive_issues:
     - Look at failed logs older than 24 hours (48 hours previously).
     - Mark logfiles for immediate recycling upon first appearance.
+  * master-bin/detect_network_issues:
+    - Detect outdated reference chroot meta data.
 
  -- Andreas Beckmann <anbe at debian.org>  Sun, 12 Mar 2017 23:30:21 +0100
 
diff --git a/master-bin/detect_network_issues.in b/master-bin/detect_network_issues.in
index c1abc3e..6becb02 100755
--- a/master-bin/detect_network_issues.in
+++ b/master-bin/detect_network_issues.in
@@ -51,8 +51,7 @@ 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
-		# modified changelogs are usually caused by mirror pushes during the piuparts test
-		rgrep -l -E '  /usr/share/doc/(.*)/changelog.*owned by: \1' $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

-- 
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