From a363ed8b6e6889a16c9ccf913ac99d2b546d0d9b Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Thu, 22 Mar 2018 16:01:30 +0000 Subject: [PATCH] scripts: Make collect script consider other runtimes Look for other runtime packages (Clear Containers and `runv`-based) in data collection script. Signed-off-by: James O. D. Hunt --- data/kata-collect-data.sh.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/data/kata-collect-data.sh.in b/data/kata-collect-data.sh.in index b26044c837..59f34471cf 100644 --- a/data/kata-collect-data.sh.in +++ b/data/kata-collect-data.sh.in @@ -261,8 +261,11 @@ show_package_versions() local pattern="(" local project - # CC 2.x runtime. This shouldn't be installed but let's check anyway + # CC 2.x, 3.0 and runv runtimes. They shouldn't be installed but let's + # check anyway. pattern+="cc-oci-runtime" + pattern+="cc-runtime" + pattern+="runv" # core components for project in @PROJECT_TYPE@