[Piuparts-commits] [piuparts] 01/15: detect_piuparts_issues: look for a new tar error message

Holger Levsen holger at moszumanska.debian.org
Mon Dec 1 09:43:58 UTC 2014


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

holger pushed a commit to branch develop
in repository piuparts.

commit 0e2e8927c145cf14e1023c24efb39b17e8d7862f
Author: Andreas Beckmann <anbe at debian.org>
Date:   Tue Nov 25 13:06:06 2014 +0100

    detect_piuparts_issues: look for a new tar error message
    
    tar: .*: Wrote only .* of .* bytes
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
 master-bin/detect_piuparts_issues.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/master-bin/detect_piuparts_issues.in b/master-bin/detect_piuparts_issues.in
index 86a4dae..34c7325 100755
--- a/master-bin/detect_piuparts_issues.in
+++ b/master-bin/detect_piuparts_issues.in
@@ -37,6 +37,7 @@ for SECTION in $SECTIONS ; do
 		rgrep -l -E "tar( \(child\))?: .*.tar.gz: Cannot open: No such file or directory" $MASTER/$SECTION/$subdir >> $FILE
 		rgrep -l -e "tar: .*: No space left on device" $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
 		rgrep -l -e "gzip: stdin: invalid compressed data--crc error" $MASTER/$SECTION/$subdir >> $FILE
 		rgrep -l -e "ERROR:.*:Temporary directory is not a directory" $MASTER/$SECTION/$subdir >> $FILE
 		rgrep -l -e "No space left on device" $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