[Piuparts-commits] [SCM] piuparts git repository branch, master, updated. 0.51

Holger Levsen holger at layer-acht.org
Wed May 15 10:10:07 UTC 2013


The following commit has been merged in the master branch:
commit 1a69df4da697294cbdfe8662785a903cc3e04ec3
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sun May 12 00:11:59 2013 +0200

    detect_piuparts_issues: detect another tar error
    
    tar: Error is not recoverable: exiting now
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>

diff --git a/master-bin/detect_piuparts_issues.in b/master-bin/detect_piuparts_issues.in
index 4258a30..442eb8c 100755
--- a/master-bin/detect_piuparts_issues.in
+++ b/master-bin/detect_piuparts_issues.in
@@ -36,6 +36,7 @@ for SECTION in $SECTIONS ; do
 		rgrep -l 'PIUPARTS OUTPUT INCOMPLETE' $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: .*: 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 "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

-- 
piuparts git repository



More information about the Piuparts-commits mailing list