[Piuparts-commits] [SCM] piuparts git repository branch, piatti.git, updated. f3d478e5f291baaf9e84d1982ca5e2e6b353a232

Andreas Beckmann debian at abeckmann.de
Sun Apr 1 08:47:44 UTC 2012


The following commit has been merged in the piatti.git branch:
commit 3f03904b5ccfab9df2c0063490ce596d7baa25e2
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Sat Feb 25 09:57:45 2012 +0100

    piuparts issue: tar: .*: No space left on device
    
    If the tempdir runs full, tar will fail to extract the basetgz.
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/home/piupartsm/bin/detect_piuparts_issues b/home/piupartsm/bin/detect_piuparts_issues
index d590aad..5cb6ba3 100755
--- a/home/piupartsm/bin/detect_piuparts_issues
+++ b/home/piupartsm/bin/detect_piuparts_issues
@@ -48,6 +48,7 @@ FILE=`mktemp`
 for SECTION in $SECTIONS ; do 
 	for subdir in fail bugged ; 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 "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 "^RuntimeError: maximum recursion depth exceeded while calling a Python object" $MASTER/$SECTION/$subdir >> $FILE

-- 
piuparts git repository



More information about the Piuparts-commits mailing list