[Piuparts-commits] [SCM] piatti.debian.org configuration files branch, master, updated. 148332ef45997ba3aaf38cc2c9a28441083bad49

Andreas Beckmann debian at abeckmann.de
Fri Dec 23 10:24:07 UTC 2011


The following commit has been merged in the master 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