[Piuparts-commits] [SCM] piuparts git repository branch, piatti.git, updated. 4d2c7abb7c5a5a8ae3a0e51c77b65c605e0eb457
Andreas Beckmann
debian at abeckmann.de
Sun Jan 22 12:25:04 UTC 2012
The following commit has been merged in the piatti.git 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
--
piuparts git repository
More information about the Piuparts-commits
mailing list