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 <james.o.hunt@intel.com>
This commit is contained in:
James O. D. Hunt 2018-03-22 16:01:30 +00:00
parent adf7b536cb
commit a363ed8b6e

View File

@ -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@