Keys: put howto as into <code>
Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/c1ef66bb Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/c1ef66bb Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/c1ef66bb Branch: refs/heads/feature/cd-pipeline Commit: c1ef66bbeb457a910781a8f24338f05e5f94bb93 Parents: 264486e Author: Dominik Psenner <[email protected]> Authored: Thu Jul 20 18:18:24 2017 +0200 Committer: Dominik Psenner <[email protected]> Committed: Thu Jul 20 18:18:24 2017 +0200 ---------------------------------------------------------------------- KEYS.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/c1ef66bb/KEYS.md ---------------------------------------------------------------------- diff --git a/KEYS.md b/KEYS.md index cb57c2e..3137f8d 100644 --- a/KEYS.md +++ b/KEYS.md @@ -6,23 +6,24 @@ 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 -## $NAME <$EMAIL> +cat <<EOT >> KEYS.md +## $NAME $EMAIL -\`\`\` +``` gpg --list-keys $EMAIL -\`\`\` +``` -\`\`\` +``` gpg --export -a $EMAIL -\`\`\` +``` + EOT -``` +</code> The original source of this file is https://git-wip-us.apache.org/repos/asf?p=logging-log4net.git;a=blob;f=KEYS.md;hb=refs/heads/master
