[Piuparts-commits] [SCM] piuparts git repository branch, piatti, updated. 0.44-627-g9f46e19

Andreas Beckmann debian at abeckmann.de
Fri Jun 1 17:37:11 UTC 2012


The following commit has been merged in the piatti branch:
commit 2691cfabfac5a96b1e8d1549b4015d4a676e6f7e
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Sun Apr 15 16:52:51 2012 +0200

    piuparts issue: SyntaxError
    
    python syntax errors hopefully only 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 5cb6ba3..8ffb641 100755
--- a/home/piupartsm/bin/detect_piuparts_issues
+++ b/home/piupartsm/bin/detect_piuparts_issues
@@ -55,6 +55,7 @@ for SECTION in $SECTIONS ; do
 		rgrep -l -e "^Traceback" $MASTER/$SECTION/$subdir >> $FILE
 		rgrep -l -e "^OSError:" $MASTER/$SECTION/$subdir >> $FILE
 		rgrep -l -e "^IndentationError:" $MASTER/$SECTION/$subdir >> $FILE
+		rgrep -l -e "^SyntaxError:" $MASTER/$SECTION/$subdir >> $FILE
 		# Python errors from maintainer scripts etc. would be indented by 2 spaces, so don't match here.
 	done
 done

-- 
piuparts git repository



More information about the Piuparts-commits mailing list