Repository: qpid-site Updated Branches: refs/heads/asf-site 8ffddba6c -> 9fa3d89fb
generalise verification instructions, since the big old 'main release' isn't what most components use now and wont exist going forward Project: http://git-wip-us.apache.org/repos/asf/qpid-site/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-site/commit/9fa3d89f Tree: http://git-wip-us.apache.org/repos/asf/qpid-site/tree/9fa3d89f Diff: http://git-wip-us.apache.org/repos/asf/qpid-site/diff/9fa3d89f Branch: refs/heads/asf-site Commit: 9fa3d89fba547dc8fe07591bd26af88a215c01f8 Parents: 8ffddba Author: Robert Gemmell <rob...@apache.org> Authored: Thu Apr 28 21:07:38 2016 +0100 Committer: Robert Gemmell <rob...@apache.org> Committed: Thu Apr 28 21:07:38 2016 +0100 ---------------------------------------------------------------------- content/download.html | 6 +++--- input/download.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-site/blob/9fa3d89f/content/download.html ---------------------------------------------------------------------- diff --git a/content/download.html b/content/download.html index eae6fe6..1bc2544 100644 --- a/content/download.html +++ b/content/download.html @@ -228,13 +228,13 @@ rather than from a mirror. Then verify the signatures using one of the following sets of commands.</p> <pre><code>% pgpk -a KEYS -% pgpv qpid-0.32.tar.gz.asc +% pgpv <artifact-name>.asc % pgp -ka KEYS -% pgp qpid-0.32.tar.gz.asc +% pgp <artifact-name>.asc % gpg --import KEYS -% gpg --verify qpid-0.32.tar.gz.asc +% gpg --verify <artifact-name>.asc </code></pre> <p>Alternatively, you can verify the MD5 or SHA1 checksums of the http://git-wip-us.apache.org/repos/asf/qpid-site/blob/9fa3d89f/input/download.md ---------------------------------------------------------------------- diff --git a/input/download.md b/input/download.md index a42eae1..7d8bbe8 100644 --- a/input/download.md +++ b/input/download.md @@ -78,13 +78,13 @@ rather than from a mirror. Then verify the signatures using one of the following sets of commands. % pgpk -a KEYS - % pgpv qpid-{{current_release}}.tar.gz.asc + % pgpv <artifact-name>.asc % pgp -ka KEYS - % pgp qpid-{{current_release}}.tar.gz.asc + % pgp <artifact-name>.asc % gpg --import KEYS - % gpg --verify qpid-{{current_release}}.tar.gz.asc + % gpg --verify <artifact-name>.asc Alternatively, you can verify the MD5 or SHA1 checksums of the files. Unix programs called `md5sum` and `sha1sum` (or `md5` and --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org