[Piuparts-commits] [piuparts] 05/11: Revert "revert part of 18d03290ae7e3ea748a63c03987f0b90b4fbcb8c - modified changelog can also have other causes, so rescheduling logs with changed changelogs results in the same 30 packages being retested every day"

Holger Levsen holger at moszumanska.debian.org
Sun Dec 8 12:16:41 UTC 2013


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch develop
in repository piuparts.

commit e4a1346c899a5a2bf0d9662426aafeb8862fb053
Author: Andreas Beckmann <anbe at debian.org>
Date:   Mon Nov 25 13:26:44 2013 +0100

    Revert "revert part of 18d03290ae7e3ea748a63c03987f0b90b4fbcb8c - modified changelog can also have other causes, so rescheduling logs with changed changelogs results in the same 30 packages being retested every day"
    
    This reverts commit 6b5d2e898fa5fb982f5a0984cabcc0ff418b83dc.
    
    can be reactivated after adding the squeeze2wheezy exceptions
---
 master-bin/detect_network_issues.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/master-bin/detect_network_issues.in b/master-bin/detect_network_issues.in
index 3b4fe4c..b7e5fae 100755
--- a/master-bin/detect_network_issues.in
+++ b/master-bin/detect_network_issues.in
@@ -46,6 +46,8 @@ for SECTION in $SECTIONS ; do
 		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
+		# 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
 	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