[jhbuild/release-team-commands] [299] special hack to ignore evolution dead C files



commit 73a47cad75aa143c8b3e55f008c767e8e32eb3c4
Author: Frédéric Péters <fpeters 0d be>
Date:   Mon Sep 21 14:38:38 2009 +0200

    [299] special hack to ignore evolution dead C files

 jhbuild/commands/twoninetynine.py |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/jhbuild/commands/twoninetynine.py b/jhbuild/commands/twoninetynine.py
index 359056c..4c4bbcb 100644
--- a/jhbuild/commands/twoninetynine.py
+++ b/jhbuild/commands/twoninetynine.py
@@ -28,10 +28,10 @@ from goalreport import cmd_goalreport, ExcludedModuleException, \
 
 class LibBonobo(ShellCheck):
     cmds = (
-        FIND_C + " | xargs grep '^#include <libbonobo'",
-        FIND_C + " | xargs grep '^#include <bonobo'",
-        FIND_C + " | xargs grep 'BonoboObject'",
-        FIND_C + " | xargs grep 'BonoboApplication'",
+        FIND_C + " | grep -v .dead.c | xargs grep '^#include <libbonobo'",
+        FIND_C + " | grep -v .dead.c | xargs grep '^#include <bonobo'",
+        FIND_C + " | grep -v .dead.c | xargs grep 'BonoboObject'",
+        FIND_C + " | grep -v .dead.c | xargs grep 'BonoboApplication'",
         "find -name '*.py' | xargs grep 'import .*bonobo'",
     )
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]