Updated Branches: refs/heads/master 5ddb6f251 -> dee9264dd
CLOUDSTACK-385: Section 3.2.3 (MD5): confusing first sentence. Fixed this, though the entire section could probably do with a re-write. I think the existing instructions are overly complex. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/dee9264d Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/dee9264d Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/dee9264d Branch: refs/heads/master Commit: dee9264ddcc226231494e18eea49f46c11660eb9 Parents: 5ddb6f2 Author: Joe Brockmeier <[email protected]> Authored: Thu Nov 1 17:49:03 2012 -0500 Committer: Joe Brockmeier <[email protected]> Committed: Thu Nov 1 17:49:03 2012 -0500 ---------------------------------------------------------------------- docs/en-US/verifying-source.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/dee9264d/docs/en-US/verifying-source.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/verifying-source.xml b/docs/en-US/verifying-source.xml index 05b54ec..f8bd102 100644 --- a/docs/en-US/verifying-source.xml +++ b/docs/en-US/verifying-source.xml @@ -54,9 +54,9 @@ <section id="sect-source-verify-md5"> <title>MD5</title> <para> - In addition to the cryptographic signature, the &PRODUCT; provides a number - of cryptographic hashes to aid in assurance of validity of the downloaded - release. You can verify this hash by executing the following command: + In addition to the cryptographic signature, &PRODUCT; has an MD5 checksum + that you can use to verify the download matches the release. + You can verify this hash by executing the following command: <programlisting><prompt>$</prompt> <command>gpg</command> --print-md MD5 apache-cloudstack-4.0.0-incubating-src.tar.bz2 | <command>diff</command> - apache-cloudstack-4.0.0-incubating-src.tar.bz2.md5</programlisting> </para> <para>
