[Piuparts-commits] [SCM] piatti.debian.org configuration files branch, piatti, updated. f899ca4380e2ced56bb0754ba17ae4975bc0cd6c

Andreas Beckmann debian at abeckmann.de
Mon Nov 28 16:44:18 UTC 2011


The following commit has been merged in the piatti branch:
commit 27f7ffe531376699d7e2c62bbb23c072facdb323
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Mon Nov 28 02:56:13 2011 +0100

    update regexp for missing tarball errors
    
    newer tar may have an extra ' (child)' in the message
    
    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 d95dbcb..1341c34 100755
--- a/home/piupartsm/bin/detect_piuparts_issues
+++ b/home/piupartsm/bin/detect_piuparts_issues
@@ -36,7 +36,7 @@ fi
 
 FILE=`mktemp`
 for SECTION in $SECTIONS ; do 
-	rgrep -l -e "tar: .*.tar.gz: Cannot open: No such file or directory" $MASTER/$SECTION/fail >> $FILE
+	rgrep -l -E "tar( \(child\))?: .*.tar.gz: Cannot open: No such file or directory" $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