kata-containers/tools/packaging/scripts
Hyounggyu Choi e075150fbe CI: Use --abbrev=9 explicitly for abbreviated commit hash
A length of the result of `git log -1 --pretty=format:%h` could vary
over different CI systems, highly likely messing up their caching
mechanisms.

This commit is to use an option `--abbrev=9` to standardize the length
to 9 characters for CI.

Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>
2024-05-15 14:22:07 +02:00
..
apply_patches.sh packaging: Restrict kernel patches applied to top-level dir 2022-06-23 10:43:52 -07:00
configure-hypervisor.sh packaging: qemu-snp-experimental: support host kernel with gmem 2024-02-15 16:33:46 +00:00
gen_versions_txt.sh tools: delete unused param from get_from_kata_deps callers 2022-05-17 15:18:41 +02:00
lib.sh CI: Use --abbrev=9 explicitly for abbreviated commit hash 2024-05-15 14:22:07 +02:00
patch_qemu.sh scripts: Use shebang /usr/bin/env bash 2022-01-13 22:53:28 +01:00
README.md packaging: merge packaging repository 2020-06-23 22:58:18 -07:00

Packaging scripts

This directory contains useful packaging scripts.

configure-hypervisor.sh

This script generates the official set of QEMU-based hypervisor build configuration options. All repositories that need to build a hypervisor from source MUST use this script to ensure the hypervisor is built in a known way since using a different set of options can impact many areas including performance, memory footprint and security.

Example usage:

  $ configure-hypervisor.sh qemu