Author: chipchilders
Date: Tue Sep 4 17:45:38 2012
New Revision: 1380753
URL: http://svn.apache.org/viewvc?rev=1380753&view=rev
Log:
Added additional download page content.
Modified:
incubator/cloudstack/site/trunk/content/cloudstack/downloads.mdtext
Modified: incubator/cloudstack/site/trunk/content/cloudstack/downloads.mdtext
URL:
http://svn.apache.org/viewvc/incubator/cloudstack/site/trunk/content/cloudstack/downloads.mdtext?rev=1380753&r1=1380752&r2=1380753&view=diff
==============================================================================
--- incubator/cloudstack/site/trunk/content/cloudstack/downloads.mdtext
(original)
+++ incubator/cloudstack/site/trunk/content/cloudstack/downloads.mdtext Tue Sep
4 17:45:38 2012
@@ -21,11 +21,39 @@ To get the most recent source for Apache
For projects related to Apache CloudStack, see the [GitHub
repositories](https://github.com/cloudstack).
-#Unofficial Release Candidates (RCs)
+#Unofficial Development Release Candidates (RCs)
The following downloads are NOT official Apache CloudStack (Incubating)
releases, but are provided for the purpose of testing release candidates.
-Latest Source RC: <a
href='http://www.apache.org/dyn/closer.cgi/dev/incubator/cloudstack/cloudstack-development-rc-source.tar.gz'>cloudstack-development-rc-source.tar.gz</a>
-[ <a
href='http://www.apache.org/dyn/closer.cgi/dev/incubator/cloudstack/cloudstack-development-rc-source.tar.gz.acs'>PGP</a>
]
-[ <a
href='http://www.apache.org/dyn/closer.cgi/dev/incubator/cloudstack/cloudstack-development-rc-source.tar.gz.md5'>MD5</a>
]
-[ <a
href='http://www.apache.org/dyn/closer.cgi/dev/incubator/cloudstack/cloudstack-development-rc-source.tar.gz.sha1'>SHA1</a>
]
+Latest Release Candidate:
+*
[cloudstack-source-4.0.RC1.tar.gz](http://www.apache.org/dyn/closer.cgi/dev/incubator/cloudstack/cloudstack-source-4.0.RC1.tar.gz)
+[
[PGP](http://www.apache.org/dist/dev/incubator/cloudstack/cloudstack-source-4.0.RC1.tar.gz.asc)
]
+[
[MD5](http://www.apache.org/dist/dev/incubator/cloudstack/cloudstack-source-4.0.RC1.tar.gz.md5)
]
+[
[SHA512](http://www.apache.org/dist/dev/incubator/cloudstack/cloudstack-source-4.0.RC1.tar.gz.sha)
]
+*
[cloudstack-source-4.0.RC1.zip](http://www.apache.org/dyn/closer.cgi/dev/incubator/cloudstack/cloudstack-source-4.0.RC1.zip)
+[
[PGP](http://www.apache.org/dist/dev/incubator/cloudstack/cloudstack-source-4.0.RC1.zip.asc)
]
+[
[MD5](http://www.apache.org/dist/dev/incubator/cloudstack/cloudstack-source-4.0.RC1.zip.md5)
]
+[
[SHA512](http://www.apache.org/dist/dev/incubator/cloudstack/cloudstack-source-4.0.RC1.zip.sha)
]
+
+#Verify the integrity of the files
+
+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
+[KEYS](http://www.apache.org/dist/dev/incubator/cloudstack/KEYS) 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:
+
+ % pgpk -a KEYS
+ % pgpv cloudstack-source-4.0.RC1.tar.gz.asc
+
+or
+
+ % pgp -ka KEYS
+ % pgp cloudstack-source-4.0.RC1.tar.gz.asc
+
+or
+
+ % gpg --import KEYS
+ % gpg --verify cloudstack-source-4.0.RC1.tar.gz.asc
+
+Alternatively, you can verify the MD5 or SHA512 signatures on the files.