From 5013634e23747730b05f5b0280404b423ba7a2fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 17 Feb 2021 23:28:03 +0100 Subject: [PATCH] kata-deploy: Stop shipping kata-{clh,fc,qemu,qemu-virtiofs} binaries MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Those binaries are not revelant for 2.x deployments. Signed-off-by: Fabiano FidĂȘncio --- tools/packaging/kata-deploy/README.md | 4 --- .../packaging/release/kata-deploy-binaries.sh | 26 ------------------- 2 files changed, 30 deletions(-) diff --git a/tools/packaging/kata-deploy/README.md b/tools/packaging/kata-deploy/README.md index 01dc300e0..8f9edb086 100644 --- a/tools/packaging/kata-deploy/README.md +++ b/tools/packaging/kata-deploy/README.md @@ -135,11 +135,7 @@ from the [Kata Containers release page](https://github.com/kata-containers/runti Host artifacts: * `cloud-hypervisor`, `firecracker`, `qemu-system-x86_64`, `qemu-virtiofs-system-x86_64` and supporting binaries * `containerd-shim-kata-v2` -* `kata-clh` * `kata-collect-data.sh` -* `kata-fc` -* `kata-qemu` -* `kata-qemu-virtiofs` * `kata-runtime` Virtual Machine artifacts: diff --git a/tools/packaging/release/kata-deploy-binaries.sh b/tools/packaging/release/kata-deploy-binaries.sh index 8ef778ee2..26a7375dc 100755 --- a/tools/packaging/release/kata-deploy-binaries.sh +++ b/tools/packaging/release/kata-deploy-binaries.sh @@ -215,32 +215,6 @@ install_kata_components() { ln -sf "configuration-qemu.toml" configuration.toml popd - pushd "${destdir}/${prefix}/bin" - cat <