From e221c45d7a222a409655c9c9c4d123074cae83f9 Mon Sep 17 00:00:00 2001 From: Carlos Venegas Date: Thu, 18 Mar 2021 19:37:35 +0000 Subject: [PATCH] versions: Update qemu database Only use 'version' key to build qemu.. The version could be used as any valid target: branch, tag or commit. Using different keys to build is confusing. Signed-off-by: Carlos Venegas --- versions.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/versions.yaml b/versions.yaml index 1f6c84c90..356676819 100644 --- a/versions.yaml +++ b/versions.yaml @@ -88,8 +88,7 @@ assets: qemu: description: "VMM that uses KVM" url: "https://github.com/qemu/qemu" - version: "5.2.0" - tag: "v5.2.0" + version: "v5.2.0" # Do not include any non-full release versions # Break the line *without CR or space being appended*, to appease # yamllint, and note the deliberate ' ' at the end of the expression. @@ -100,15 +99,15 @@ assets: .*/v?(\d\S+)\.tar\.gz architecture: aarch64: - version: "5.1.0" + version: "v5.1.0" branch: "master" tag: "v5.1.0" commit: "d0ed6a69d399ae193959225cdeaa9382746c91cc" qemu-experimental: description: "QEMU with virtiofs support" - url: "https://gitlab.com/virtio-fs/qemu.git" - tag: "qemu5.0-virtiofs-with51bits-dax" + url: "https://gitlab.com/virtio-fs/qemu" + version: "qemu5.0-virtiofs-with51bits-dax" image: description: |