LOGCXX-497: Fixed wrong GPG-command.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/df3b8166
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/df3b8166
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/df3b8166

Branch: refs/heads/latest_stable
Commit: df3b8166e6ad824c90c00c899d6c8d16d0d48405
Parents: 4135881
Author: Thorsten Schöning <[email protected]>
Authored: Sat Jan 27 11:58:00 2018 +0100
Committer: Thorsten Schöning <[email protected]>
Committed: Sat Jan 27 12:37:40 2018 +0100

----------------------------------------------------------------------
 src/site/apt/download.apt.vm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/df3b8166/src/site/apt/download.apt.vm
----------------------------------------------------------------------
diff --git a/src/site/apt/download.apt.vm b/src/site/apt/download.apt.vm
index 432c2f0..b9a6d45 100644
--- a/src/site/apt/download.apt.vm
+++ b/src/site/apt/download.apt.vm
@@ -41,11 +41,11 @@ Download Apache log4cxx ${releaseVersion}
 
     The PGP signatures can be verified using PGP or GPG. First download the 
{{{http://www.apache.org/dist/logging/KEYS}KEYS}}
     as well as the asc signature file for the relevant distribution. Make sure 
you get these files from the
-    {{{http://www.apache.org/dist/logging/}main distribution directory}}, 
rather than from a mirror. Then verify the signatures using
+    {{{http://www.apache.org/dist/logging/}main distribution directory}}, 
rather than from a mirror. Then verify the signatures using:
 
 ---
 % gpg --import KEYS
-% gpg --verify ${releaseArtifactId}-${releaseVersion}.tar.gz.asc
+% gpg --verify ${releaseArtifactId}-${releaseVersion}.tar.gz.asc 
${releaseArtifactId}-${releaseVersion}.tar.gz
 ---
 
         * ${releaseArtifactId}-${releaseVersion} is signed by 
${releaseManager} (${releaseKey})

Reply via email to