tdroadmap_merger/filters/newui_filter
author William Roberts <williamr@symbian.org>
Tue, 22 Dec 2009 12:34:01 +0000
changeset 125 c107e11c37e8
parent 42 d3a9ef1a3041
permissions -rwxr-xr-x
Mark all requests with the "downloadkit.py script" User Agent string, so that we can spot them in the HTTP logs
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