Keys: yet another attempt
Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/4aeb612a Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/4aeb612a Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/4aeb612a Branch: refs/heads/feature/cd-pipeline Commit: 4aeb612ad9f3b072017f032580c485727c9ca585 Parents: c1ef66b Author: Dominik Psenner <[email protected]> Authored: Thu Jul 20 18:20:17 2017 +0200 Committer: Dominik Psenner <[email protected]> Committed: Thu Jul 20 18:20:17 2017 +0200 ---------------------------------------------------------------------- KEYS.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4aeb612a/KEYS.md ---------------------------------------------------------------------- diff --git a/KEYS.md b/KEYS.md index 3137f8d..0839ef4 100644 --- a/KEYS.md +++ b/KEYS.md @@ -6,21 +6,21 @@ This file contains the PGP keys of various Apache developers. These keys are pri This information is for the developers. To add your key information use the following shell script by setting the variables NAME and EMAIL to your name and email respectively: -<code> +```` #!/bin/bash NAME="your name" EMAIL="your@email" -cat <<EOT >> KEYS.md +cat <<EOT >> KEYS.md ## $NAME $EMAIL -``` +``` gpg --list-keys $EMAIL -``` +``` -``` +``` gpg --export -a $EMAIL -``` +``` EOT </code>
