tdroadmap_merger/filters/newui_filter
author Dario Sestito <darios@symbian.org>
Fri, 03 Sep 2010 11:18:29 +0100
changeset 292 3c4e66eaef4a
parent 42 d3a9ef1a3041
permissions -rwxr-xr-x
Add one more debug line and a possible fix for the total releasables number not displayed problem
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
42
d3a9ef1a3041 gettd - adding sample filter for new UI
victorp@symbian.org
parents:
diff changeset
     1
mv newui.txt old_newui.txt
d3a9ef1a3041 gettd - adding sample filter for new UI
victorp@symbian.org
parents:
diff changeset
     2
grep -i qt $1 >> newui.txt
d3a9ef1a3041 gettd - adding sample filter for new UI
victorp@symbian.org
parents:
diff changeset
     3
grep -i direct.*ui $1 >>newui.txt
d3a9ef1a3041 gettd - adding sample filter for new UI
victorp@symbian.org
parents:
diff changeset
     4
grep -i orbit $1 >>newui.txt
d3a9ef1a3041 gettd - adding sample filter for new UI
victorp@symbian.org
parents:
diff changeset
     5
grep -i touch $1 >>newui.txt
d3a9ef1a3041 gettd - adding sample filter for new UI
victorp@symbian.org
parents:
diff changeset
     6
sort -u newui.txt > tmp1.txt
d3a9ef1a3041 gettd - adding sample filter for new UI
victorp@symbian.org
parents:
diff changeset
     7
mv tmp1.txt newui.txt
d3a9ef1a3041 gettd - adding sample filter for new UI
victorp@symbian.org
parents:
diff changeset
     8
diff old_newui.txt newui.txt
d3a9ef1a3041 gettd - adding sample filter for new UI
victorp@symbian.org
parents:
diff changeset
     9
diff old_newui.txt newui.txt | grep '[<|>]' > diff_newui.txt