You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2011/05/25 13:58:56 UTC

svn commit: r790060 - in /websites/production/libcloud/content: downloads.html news.html

Author: tomaz
Date: Wed May 25 11:58:55 2011
New Revision: 790060

Log:
Update gpg --verify example on the downloads page.

Modified:
    websites/production/libcloud/content/downloads.html
    websites/production/libcloud/content/news.html

Modified: websites/production/libcloud/content/downloads.html
==============================================================================
--- websites/production/libcloud/content/downloads.html (original)
+++ websites/production/libcloud/content/downloads.html Wed May 25 11:58:55 2011
@@ -140,7 +140,7 @@ gpg: next trustdb check due at 2011-10-3
       </li>
       <li>
         Verify package with .asc signature:
-<pre>$ <strong>gpg --verify apache-libcloud-incubating-0.4.0.tar.bz2.asc</strong>
+<pre>$ <strong>gpg --verify apache-libcloud-incubating-0.5.0.tar.bz2.asc</strong>
 gpg: Signature made Wed Oct  6 15:31:35 2010 CDT using DSA key ID 42721F00
 <span style="color:green">gpg: Good signature from "Paul Querna &lt;...&gt;"
 gpg:                 aka "Paul Querna &lt;...&gt;"
@@ -149,7 +149,7 @@ gpg: WARNING: This key is not certified 
 gpg:          There is no indication that the signature belongs to the owner.
 Primary key fingerprint: 39F6 691A 0ECF 0C50 E8BB  849C F788 75F6 4272 1F00</pre>
             Example bad signature:
-<pre>$ <strong>gpg --verify apache-libcloud-incubating-0.4.0.tar.bz2.asc</strong>
+<pre>$ <strong>gpg --verify apache-libcloud-incubating-0.5.0.tar.bz2.asc</strong>
 gpg: Signature made Wed Oct  6 15:31:35 2010 CDT using DSA key ID 42721F00
 <span style="color:red">gpg: BAD signature from "Paul Querna &lt;...&gt;"</span></pre>
       </li>

Modified: websites/production/libcloud/content/news.html
==============================================================================
--- websites/production/libcloud/content/news.html (original)
+++ websites/production/libcloud/content/news.html Wed May 25 11:58:55 2011
@@ -65,6 +65,8 @@
       <h2 id="news">News</h2>
 <h3 id="2011">2011</h3>
 <ul>
+<li>2011-05-25 - <a href="">Libcloud has graduated from the Apache
+    Incubator to a Top level Project</a></li>
 <li>2011-05-25 - <a href="downloads.html">Version 0.5.0 is released</a></li>
 <li>2011-05-10 - <a href="http://mail-archives.apache.org/mod_mbox/incubator-libcloud/201105.mbox/%3CBANLkTimouwpSUkw-BVPV_KnpbfFgU6yqeQ@mail.gmail.com%3E">Community voting for graduating to the Top Level Project has started</a></li>
 <li>2011-02-15 - <a href="http://mail-archives.apache.org/mod_mbox/incubator-libcloud/201102.mbox/%3CAANLkTimwn5Dm372VYZ4YVcgKQqbVVwxyo8=DMFtHoTwg@mail.gmail.com%3E">Libcloud sprint will be held at PyCon 2011 in Atlanta</a></li>