You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ch...@apache.org on 2012/10/26 22:34:37 UTC

svn commit: r939 - in /dev/incubator/cloudstack: HEADER.html README.html candidate/ candidate/HEADER.html candidate/README.html

Author: chipchilders
Date: Fri Oct 26 20:34:35 2012
New Revision: 939

Log:
Adding README, HEADER and folder structure to the dev dist location

Added:
    dev/incubator/cloudstack/HEADER.html
    dev/incubator/cloudstack/README.html
    dev/incubator/cloudstack/candidate/
    dev/incubator/cloudstack/candidate/HEADER.html
    dev/incubator/cloudstack/candidate/README.html

Added: dev/incubator/cloudstack/HEADER.html
==============================================================================
--- dev/incubator/cloudstack/HEADER.html (added)
+++ dev/incubator/cloudstack/HEADER.html Fri Oct 26 20:34:35 2012
@@ -0,0 +1,8 @@
+    <h1>
+      Apache CloudStack (Incubating) release candidate distribution directory
+    </h1>
+    <p>
+      The directories listed below contain current release candidates for the Apache
+      CloudStack (Incubating) project. They are NOT official releases from the project.
+    </p>
+    <h2>Release Candidates:</h2>

Added: dev/incubator/cloudstack/README.html
==============================================================================
--- dev/incubator/cloudstack/README.html (added)
+++ dev/incubator/cloudstack/README.html Fri Oct 26 20:34:35 2012
@@ -0,0 +1,24 @@
+<h1>Verify the integrity of the files</h1>
+<p>It is essential that you verify the integrity of the downloaded files using the PGP or MD5 signatures. 
+The PGP signatures can be verified using PGP or GPG. First download the 
+<a href="http://www.apache.org/dist/incubator/cloudstack/KEYS">KEYS</a> as well as the asc 
+signature file for the relevant distribution. Make sure you get these files from the 
+main distribution directory, rather than from a mirror. Then verify the signatures using:</p>
+<div class="codehilite"><pre><span class="c">% pgpk -a KEYS</span>
+<span class="c">% pgpv apache-cloudstack-4.0.0-incubating-src.tar.bz2.asc</span>
+</pre></div>
+
+
+<p>or</p>
+<div class="codehilite"><pre><span class="c">% pgp -ka KEYS</span>
+<span class="c">% pgp apache-cloudstack-4.0.0-incubating-src.tar.bz2.asc</span>
+</pre></div>
+
+
+<p>or</p>
+<div class="codehilite"><pre><span class="c">% gpg --import KEYS</span>
+<span class="c">% gpg --verify apache-cloudstack-4.0.0-incubating-src.tar.bz2.asc</span>
+</pre></div>
+
+
+<p>Additionally, you can verify the MD5 or SHA512 signatures on the files.</p>

Added: dev/incubator/cloudstack/candidate/HEADER.html
==============================================================================
--- dev/incubator/cloudstack/candidate/HEADER.html (added)
+++ dev/incubator/cloudstack/candidate/HEADER.html Fri Oct 26 20:34:35 2012
@@ -0,0 +1,8 @@
+    <h1>
+      Apache CloudStack (Incubating) release candidate distribution directory
+    </h1>
+    <p>
+      The directories listed below contain current release candidates for the Apache
+      CloudStack (Incubating) project. They are NOT official releases from the project.
+    </p>
+    <h2>Release Candidates:</h2>

Added: dev/incubator/cloudstack/candidate/README.html
==============================================================================
--- dev/incubator/cloudstack/candidate/README.html (added)
+++ dev/incubator/cloudstack/candidate/README.html Fri Oct 26 20:34:35 2012
@@ -0,0 +1,24 @@
+<h1>Verify the integrity of the files</h1>
+<p>It is essential that you verify the integrity of the downloaded files using the PGP or MD5 signatures. 
+The PGP signatures can be verified using PGP or GPG. First download the 
+<a href="http://www.apache.org/dist/incubator/cloudstack/KEYS">KEYS</a> as well as the asc 
+signature file for the relevant distribution. Make sure you get these files from the 
+main distribution directory, rather than from a mirror. Then verify the signatures using:</p>
+<div class="codehilite"><pre><span class="c">% pgpk -a KEYS</span>
+<span class="c">% pgpv apache-cloudstack-4.0.0-incubating-src.tar.bz2.asc</span>
+</pre></div>
+
+
+<p>or</p>
+<div class="codehilite"><pre><span class="c">% pgp -ka KEYS</span>
+<span class="c">% pgp apache-cloudstack-4.0.0-incubating-src.tar.bz2.asc</span>
+</pre></div>
+
+
+<p>or</p>
+<div class="codehilite"><pre><span class="c">% gpg --import KEYS</span>
+<span class="c">% gpg --verify apache-cloudstack-4.0.0-incubating-src.tar.bz2.asc</span>
+</pre></div>
+
+
+<p>Additionally, you can verify the MD5 or SHA512 signatures on the files.</p>