qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [qemu-web RFC PATCH] _download/source.html: show the GPG fingerprint


From: Paolo Bonzini
Subject: Re: [qemu-web RFC PATCH] _download/source.html: show the GPG fingerprint for releases
Date: Mon, 8 Mar 2021 14:44:10 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0

On 08/03/21 12:16, Alex Bennée wrote:
+          managers key, fingerprint:
+          <pre><code>CEAC C9E1 5534 EBAB B82D  3FA0 3353 C9CE F108 
B584</code></pre>.
+          Alternatively stay on the bleeding edge with the
+         <a href="https://gitlab.com/qemu-project/qemu";>git repository!</a></p>
        <h2>Build instructions</h2>
{% for release in site.data.releases offset: 0 limit: 1 %}
        <p>To download and build QEMU {{release.branch}}.{{release.patch}}:</p>
  
<pre>wgethttps://download.qemu.org/qemu-{{release.branch}}.{{release.patch}}.tar.xz
+# optional verify signature
+wget 
https://download.qemu.org/qemu-{{release.branch}}.{{release.patch}}.tar.xz.sig
+gpg --output qemu-{{release.branch}}.{{release.patch}}.tar.xz --verify 
qemu-{{release.branch}}.{{release.patch}}.tar.xz.sig
+# extract and build

Maybe add some <b> to either the comments or the commands?

(For reference, the result is visible at https://bonzini.gitlab.io/qemu-web/download/#source).

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]