Repository: logging-log4cxx Updated Branches: refs/heads/master eeb85de04 -> 0e6a77b49
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/0e6a77b4 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/0e6a77b4 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/0e6a77b4 Branch: refs/heads/master Commit: 0e6a77b492c0ae6f754bdf652ade84d80cfd227a Parents: eeb85de 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 11:58:00 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/0e6a77b4/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})
