Files
kata-containers/obs-packaging/scripts/obs-pkgs.sh
Archana Shinde c6f43134b8 release: Remove all traces of qemu-lite from packaging
qemu-lite has long been deprecated.

Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
2019-11-15 15:06:27 -08:00

23 lines
451 B
Bash
Executable File

#!/bin/bash
# Copyright (c) 2018 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
#NOTES:
# - update qemu and the kernel first, they take longer to build
# - runtime is always built at the end, as it depends on all the other listed
# packages, and we need to get the full version of all those.
typeset -a OBS_PKGS_PROJECTS
OBS_PKGS_PROJECTS+=(
qemu-vanilla
linux-container
kata-containers-image
proxy
shim
ksm-throttler
runtime
)