Code Review
/
qtip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
cb66bce
)
Optimize nDPI repeating speed
55/33455/1
author
Yujun Zhang
<zhang.yujunz@zte.com.cn>
Tue, 18 Apr 2017 08:51:46 +0000
(16:51 +0800)
committer
Yujun Zhang
<zhang.yujunz@zte.com.cn>
Tue, 18 Apr 2017 08:51:46 +0000
(16:51 +0800)
- check existence of target file for nDPI build task
- skip git updating
Change-Id: I7e91df0a38845b2ba8a2dec938b51e1ccc6554cc
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
resources/metric/nDPI.yaml
patch
|
blob
|
history
diff --git
a/resources/metric/nDPI.yaml
b/resources/metric/nDPI.yaml
index
c73d367
..
7922544
100644
(file)
--- a/
resources/metric/nDPI.yaml
+++ b/
resources/metric/nDPI.yaml
@@
-46,6
+46,7
@@
repo: https://github.com/ntop/nDPI.git
dest: "{{ nDPI_cwd }}"
depth: 1
+ update: no
- name: build nDPI library
command: '{{ item }}'
@@
-55,6
+56,7
@@
- make
args:
chdir: "{{ nDPI_cwd }}"
+ creates: example/ndpiReader
- name: copy sample packet file
copy: