# HG changeset patch # User Pascal Bellard # Date 1380014054 0 # Node ID 01a770611a982058846cc9f3f622e12becb284ae # Parent d11ad18a7de7b1f055f309ab84d771abf00f9c59 cook: remove some error triggers diff -r d11ad18a7de7 -r 01a770611a98 cook --- a/cook Sun Sep 22 12:58:55 2013 +0200 +++ b/cook Tue Sep 24 09:14:14 2013 +0000 @@ -1495,7 +1495,8 @@ # Exit if any error in packing. lerror=$(_n "ERROR") - if grep -Eq "(^$lerror|No such file or directory|not remade because of errors)" $LOGS/$pkg.log; then + if grep -Ev "(/root/.cvspass|conftest|df: /)" $LOGS/$pkg.log | \ + grep -Eq "(^$lerror|No such file or directory|not remade because of errors)"; then debug_info | tee -a $LOGS/$pkg.log rm -f $command && exit 1 fi