[Piuparts-commits] [SCM] piatti.debian.org configuration files branch, piatti, updated. 0.43-36-ga407597

Andreas Beckmann debian at abeckmann.de
Mon Feb 27 14:04:30 UTC 2012


The following commit has been merged in the piatti 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

-- 
piatti.debian.org configuration files



More information about the Piuparts-commits mailing list