Author: tomaz
Date: Wed Apr 15 15:33:19 2020
New Revision: 1876562
URL: http://svn.apache.org/viewvc?rev=1876562&view=rev
Log:
Make sure we always pass second argument to gpg --verify.
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=1876562&r1=1876561&r2=1876562&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/atom.xml (original)
+++ libcloud/site/trunk/generated/blog/atom.xml Wed Apr 15 15:33:19 2020
@@ -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>2020-03-03T22:49:32+01:00</updated>
+ <updated>2020-04-15T17:32:33+02: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=1876562&r1=1876561&r2=1876562&view=diff
==============================================================================
--- libcloud/site/trunk/generated/downloads.html (original)
+++ libcloud/site/trunk/generated/downloads.html Wed Apr 15 15:33:19 2020
@@ -278,7 +278,7 @@ Primary key fingerprint: 39F6 691A 0ECF
<p>Example of a bad signature:</p>
-<div class="highlight"><pre><code class="bash">gpg --verify
apache-libcloud-2.8.1.tar.bz2.asc
+<div class="highlight"><pre><code class="bash">gpg --verify
apache-libcloud-2.8.1.tar.bz2.asc apache-libcloud-2.8.1.tar.bz2
gpg: Signature made Wed Oct 6 15:31:35 2010 CDT using DSA key ID 42721F00
gpg: BAD signature from <span class="s2">"Paul Querna
<...>"</span>
</code></pre></div>
Modified: libcloud/site/trunk/generated/sitemap.xml
URL:
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/sitemap.xml?rev=1876562&r1=1876561&r2=1876562&view=diff
==============================================================================
--- libcloud/site/trunk/generated/sitemap.xml (original)
+++ libcloud/site/trunk/generated/sitemap.xml Wed Apr 15 15:33:19 2020
@@ -456,7 +456,7 @@
</url>
<url>
<loc>https://libcloud.apache.org/downloads.html</loc>
- <lastmod>2020-03-03T22:44:27+01:00</lastmod>
+ <lastmod>2020-04-15T17:32:14+02: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=1876562&r1=1876561&r2=1876562&view=diff
==============================================================================
--- libcloud/site/trunk/source/downloads.md (original)
+++ libcloud/site/trunk/source/downloads.md Wed Apr 15 15:33:19 2020
@@ -184,7 +184,7 @@ Primary key fingerprint: 39F6 691A 0ECF
Example of a bad signature:
{% highlight bash %}
-gpg --verify apache-libcloud-2.8.1.tar.bz2.asc
+gpg --verify apache-libcloud-2.8.1.tar.bz2.asc apache-libcloud-2.8.1.tar.bz2
gpg: Signature made Wed Oct 6 15:31:35 2010 CDT using DSA key ID 42721F00
gpg: BAD signature from "Paul Querna <...>"
{% endhighlight %}