Author: tomaz
Date: Mon Nov 18 19:03:56 2019
New Revision: 1869993

URL: http://svn.apache.org/viewvc?rev=1869993&view=rev
Log:
Make all the KEYS references clickable (a link) and update gpg --verify command
to also include second argument (file to check the signature for).

Modified:
    libcloud/site/trunk/generated/blog/atom.xml
    libcloud/site/trunk/generated/downloads.html
    libcloud/site/trunk/generated/sitemap.xml
    libcloud/site/trunk/source/downloads.md

Modified: libcloud/site/trunk/generated/blog/atom.xml
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/atom.xml?rev=1869993&r1=1869992&r2=1869993&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/atom.xml (original)
+++ libcloud/site/trunk/generated/blog/atom.xml Mon Nov 18 19:03:56 2019
@@ -5,7 +5,7 @@
   <link href="https://libcloud.apache.org"; rel="self" />
   <link href="https://libcloud.apache.org"; />
   <id>https://libcloud.apache.org</id>
-  <updated>2019-11-18T16:51:01+01:00</updated>
+  <updated>2019-11-18T20:00:50+01:00</updated>
   <author>
     <name>The Apache Software Foundation</name>
   </author>

Modified: libcloud/site/trunk/generated/downloads.html
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/downloads.html?rev=1869993&r1=1869992&r2=1869993&view=diff
==============================================================================
--- libcloud/site/trunk/generated/downloads.html (original)
+++ libcloud/site/trunk/generated/downloads.html Mon Nov 18 19:03:56 2019
@@ -232,7 +232,7 @@ release available.</p>
 <p>This section contains quick instructions on how to validate the release PGP
 signatures.</p>
 
-<p>1.. Download the <code>KEYS</code> file from the Apache website</p>
+<p>1.. Download the <a 
href="https://www.apache.org/dist/libcloud/KEYS";>KEYS</a> file from the Apache 
website</p>
 
 <div class="highlight"><pre><code class="bash">wget 
https://www.apache.org/dist/libcloud/KEYS
 </code></pre></div>
@@ -240,7 +240,7 @@ signatures.</p>
 <p>It is very important to only download <code>KEYS</code> file from the 
Apache server which
 is mentioned above.</p>
 
-<p>2.. Import KEYS file</p>
+<p>2.. Import <a href="https://www.apache.org/dist/libcloud/KEYS";>KEYS</a> 
file</p>
 
 <div class="highlight"><pre><code class="bash">   gpg --import KEYS
    gpg: key 42721F00: public key <span class="s2">&quot;Paul Querna 
&lt;...&gt;&quot;</span> imported
@@ -254,19 +254,19 @@ is mentioned above.</p>
 
 <p>3.. Verify package with <code>.asc</code> signature file</p>
 
-<div class="highlight"><pre><code class="bash">gpg --verify 
apache-libcloud-2.3.0.tar.bz2.asc
+<div class="highlight"><pre><code class="bash">gpg --verify 
apache-libcloud-2.6.1.tar.bz2.asc apache-libcloud-2.6.1.tar.bz2
 gpg: Signature made Wed Oct  6 15:31:35 2010 CDT using DSA key ID 42721F00
 gpg: Good signature from <span class="s2">&quot;Paul Querna 
&lt;...&gt;&quot;</span>
 gpg:                 aka <span class="s2">&quot;Paul Querna 
&lt;...&gt;&quot;</span>
 gpg:                 ...&lt;/span&gt;
 gpg: WARNING: This key is not certified with a trusted signature!
 gpg:          There is no indication that the signature belongs to the owner.
-Primary key fingerprint: 39F6 691A 0ECF 0C50 E8BB  849C F788 75F6 4272.3.00
+Primary key fingerprint: 39F6 691A 0ECF 0C50 E8BB  849C F788 75F6 4272.6.10
 </code></pre></div>
 
 <p>Example of a bad signature:</p>
 
-<div class="highlight"><pre><code class="bash">gpg --verify 
apache-libcloud-2.3.0.tar.bz2.asc
+<div class="highlight"><pre><code class="bash">gpg --verify 
apache-libcloud-2.6.1.tar.bz2.asc
 gpg: Signature made Wed Oct  6 15:31:35 2010 CDT using DSA key ID 42721F00
 gpg: BAD signature from <span class="s2">&quot;Paul Querna 
&lt;...&gt;&quot;</span>
 </code></pre></div>

Modified: libcloud/site/trunk/generated/sitemap.xml
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/sitemap.xml?rev=1869993&r1=1869992&r2=1869993&view=diff
==============================================================================
--- libcloud/site/trunk/generated/sitemap.xml (original)
+++ libcloud/site/trunk/generated/sitemap.xml Mon Nov 18 19:03:56 2019
@@ -440,7 +440,7 @@
     </url>
     <url>
         <loc>https://libcloud.apache.org/downloads.html</loc>
-        <lastmod>2019-11-18T16:30:24+01:00</lastmod>
+        <lastmod>2019-11-18T19:59:15+01:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/gsoc-2014.html</loc>

Modified: libcloud/site/trunk/source/downloads.md
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/source/downloads.md?rev=1869993&r1=1869992&r2=1869993&view=diff
==============================================================================
--- libcloud/site/trunk/source/downloads.md (original)
+++ libcloud/site/trunk/source/downloads.md Mon Nov 18 19:03:56 2019
@@ -137,7 +137,7 @@ Read only mirror is also available on Gi
 This section contains quick instructions on how to validate the release PGP
 signatures.
 
-1.. Download the `KEYS` file from the Apache website
+1.. Download the [KEYS][14] file from the Apache website
 
 {% highlight bash %}
 wget https://www.apache.org/dist/libcloud/KEYS
@@ -146,7 +146,7 @@ wget https://www.apache.org/dist/libclou
 It is very important to only download `KEYS` file from the Apache server which
 is mentioned above.
 
-2.. Import KEYS file
+2.. Import [KEYS][14] file
 
    {% highlight bash %}
    gpg --import KEYS
@@ -161,20 +161,20 @@ is mentioned above.
 3.. Verify package with `.asc` signature file
 
 {% highlight bash %}
-gpg --verify apache-libcloud-2.3.0.tar.bz2.asc
+gpg --verify apache-libcloud-2.6.1.tar.bz2.asc apache-libcloud-2.6.1.tar.bz2
 gpg: Signature made Wed Oct  6 15:31:35 2010 CDT using DSA key ID 42721F00
 gpg: Good signature from "Paul Querna <...>"
 gpg:                 aka "Paul Querna <...>"
 gpg:                 ...</span>
 gpg: WARNING: This key is not certified with a trusted signature!
 gpg:          There is no indication that the signature belongs to the owner.
-Primary key fingerprint: 39F6 691A 0ECF 0C50 E8BB  849C F788 75F6 4272.3.00
+Primary key fingerprint: 39F6 691A 0ECF 0C50 E8BB  849C F788 75F6 4272.6.10
 {% endhighlight %}
 
 Example of a bad signature:
 
 {% highlight bash %}
-gpg --verify apache-libcloud-2.3.0.tar.bz2.asc
+gpg --verify apache-libcloud-2.6.1.tar.bz2.asc
 gpg: Signature made Wed Oct  6 15:31:35 2010 CDT using DSA key ID 42721F00
 gpg: BAD signature from "Paul Querna <...>"
 {% endhighlight %}


Reply via email to