Github user ahgittin commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/874#discussion_r38525415
--- Diff:
docs/website/developers/committers/release-process/prerequisites.md ---
@@ -32,16 +32,24 @@ pre-release software to the global release mirror
network!
GPG keys
--------
-The release manager must have a GPG key to be used to sign the release.
+The release manager must have a GPG key to be used to sign the release.
See below to install `gpg2`
+(with a `gpg` alias). The steps here also assume you have the following
set
+(not using `whoami` if that's not appropriate):
+
+{% highlight bash %}
+GPG_KEY=`whoami`@apache.org
+SVN_USERNAME=`whoami`
+{% endhighlight %}
--- End diff --
They're only ever needed in this section, which is why I think they're
better here.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---