]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: downloads: Move 'signatures' section to the end of the document
authorPeter Krempa <pkrempa@redhat.com>
Mon, 11 Jan 2021 10:05:37 +0000 (11:05 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 11 Jan 2021 11:04:45 +0000 (12:04 +0100)
Keep the more important stuff outlining how to get to the sources first
since the 'signatures' section will be extended.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
docs/downloads.html.in

index aa0bb23d4594b6d868b6e358633d2da8f1090535..f3152d7557c71340cd476388e20e743fec3cff46 100644 (file)
       <li><a href="https://libvirt.org/sources/">libvirt.org HTTPS server</a></li>
     </ul>
 
-    <h2><a id="keys">Signing keys</a></h2>
-
-    <p>
-      Source RPM packages and tarballs for libvirt and libvirt-python published
-      on this project site are signed with a GPG signature. You should always
-      verify the package signature before using the source to compile binary
-      packages. The following key is currently used to generate the GPG
-      signatures:
-    </p>
-    <pre>
-pub  4096R/10084C9C 2020-07-20 Jiří Denemark &lt;jdenemar@redhat.com&gt;
-Fingerprint=453B 6531 0595 5628 5547  1199 CA68 BE80 1008 4C9C
-</pre>
-
     <h2><a id="schedule">Primary release schedule</a></h2>
 
     <p>
@@ -615,5 +601,19 @@ git clone git://libvirt.org/[module name].git</pre>
 <a href="https://github.com/libvirt/">https://github.com/libvirt/</a>
 <a href="https://gitlab.com/libvirt/libvirt">https://gitlab.com/libvirt/</a></pre>
 
+    <h2><a id="keys">Signing keys</a></h2>
+
+    <p>
+      Source RPM packages and tarballs for libvirt and libvirt-python published
+      on this project site are signed with a GPG signature. You should always
+      verify the package signature before using the source to compile binary
+      packages. The following key is currently used to generate the GPG
+      signatures:
+    </p>
+    <pre>
+pub  4096R/10084C9C 2020-07-20 Jiří Denemark &lt;jdenemar@redhat.com&gt;
+Fingerprint=453B 6531 0595 5628 5547  1199 CA68 BE80 1008 4C9C
+</pre>
+
   </body>
 </html>