From da8479496691122d49a6bbf61a2dd3355af85fba Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Tue, 18 Apr 2017 16:51:46 +0800 Subject: Optimize nDPI repeating speed - check existence of target file for nDPI build task - skip git updating Change-Id: I7e91df0a38845b2ba8a2dec938b51e1ccc6554cc Signed-off-by: Yujun Zhang --- resources/metric/nDPI.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'resources') diff --git a/resources/metric/nDPI.yaml b/resources/metric/nDPI.yaml index c73d367f..79225443 100644 --- 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: -- cgit 1.2.3-korg