[Piuparts-commits] [SCM] piatti.debian.org configuration files branch, master, updated. 0.42-38-g4d2c7ab

Andreas Beckmann debian at abeckmann.de
Sun Jan 22 12:25:31 UTC 2012


The following commit has been merged in the master branch:
commit f1832bcfb05c709e5891169a7c72bc0061f667a8
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Thu Jan 5 23:37:24 2012 +0100

    crc errors on the basetgz are piuparts issues
    
    sometimes untarring the basetgz fails with
      gzip: stdin: invalid compressed data--crc error ...
    
    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 4fd0271..ca8c739 100755
--- a/home/piupartsm/bin/detect_piuparts_issues
+++ b/home/piupartsm/bin/detect_piuparts_issues
@@ -47,6 +47,7 @@ get_config_value SECTIONS global sections
 FILE=`mktemp`
 for SECTION in $SECTIONS ; do 
 	rgrep -l -E "tar( \(child\))?: .*.tar.gz: Cannot open: No such file or directory" $MASTER/$SECTION/fail >> $FILE
+	rgrep -l -e "gzip: stdin: invalid compressed data--crc error" $MASTER/$SECTION/fail >> $FILE
 	rgrep -l -e "ERROR:.*:Temporary directory is not a directory" $MASTER/$SECTION/fail >> $FILE
 	rgrep -l -e "^RuntimeError: maximum recursion depth exceeded while calling a Python object" $MASTER/$SECTION/fail >> $FILE
 	rgrep -l -e "^Traceback" $MASTER/$SECTION/fail >> $FILE

-- 
piatti.debian.org configuration files



More information about the Piuparts-commits mailing list