[Piuparts-commits] [SCM] piatti.debian.org configuration files branch, piatti, updated. 0.42-7-gae866ba

Andreas Beckmann debian at abeckmann.de
Thu Jan 5 10:31:57 UTC 2012


The following commit has been merged in the piatti branch:
commit f5db6a1f1a81b0edd0074922890e9c85af657280
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Wed Jan 4 07:18:02 2012 +0100

    IndentationError is another piuparts issue
    
    may happen during development ...
    
    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 92fe8d9..4fd0271 100755
--- a/home/piupartsm/bin/detect_piuparts_issues
+++ b/home/piupartsm/bin/detect_piuparts_issues
@@ -51,6 +51,7 @@ for SECTION in $SECTIONS ; do
 	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
 	rgrep -l -e "^OSError:" $MASTER/$SECTION/fail >> $FILE
+	rgrep -l -e "^IndentationError:" $MASTER/$SECTION/fail >> $FILE
 	# Python errors from maintainer scripts etc. would be indented by 2 spaces, so don't match here.
 done
 if [ -s $FILE ] ; then 

-- 
piatti.debian.org configuration files



More information about the Piuparts-commits mailing list