You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by dh...@apache.org on 2016/11/07 23:18:21 UTC

[5/5] incubator-beam-site git commit: Regenerate website

Regenerate website


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/commit/268cadca
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/268cadca
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/diff/268cadca

Branch: refs/heads/asf-site
Commit: 268cadca4a0d05a314fc9947afe4181dc5801793
Parents: 830068c
Author: Dan Halperin <dh...@google.com>
Authored: Mon Nov 7 15:17:35 2016 -0800
Committer: Dan Halperin <dh...@google.com>
Committed: Mon Nov 7 15:17:35 2016 -0800

----------------------------------------------------------------------
 content/contribute/release-guide/index.html | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/268cadca/content/contribute/release-guide/index.html
----------------------------------------------------------------------
diff --git a/content/contribute/release-guide/index.html b/content/contribute/release-guide/index.html
index a4d20e0..f936a2a 100644
--- a/content/contribute/release-guide/index.html
+++ b/content/contribute/release-guide/index.html
@@ -285,6 +285,14 @@ sub   2048R/BA4D50BE 2016-02-23
 
 <p>You may drop the <code class="highlighter-rouge">--global</code> option if you\u2019d prefer to use this key for the current repository only.</p>
 
+<p>You may wish to start <code class="highlighter-rouge">gpg-agent</code> to unlock your GPG key only once using your passphrase. Otherwise, you may need to enter this passphrase hundreds of times. The setup for <code class="highlighter-rouge">gpg-agent</code> varies based on operating system, but may be something like this:</p>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>eval $(gpg-agent --daemon --no-grab --write-env-file $HOME/.gpg-agent-info)
+export GPG_TTY=$(tty)
+export GPG_AGENT_INFO
+</code></pre>
+</div>
+
 <h4 id="access-to-apache-nexus-repository">Access to Apache Nexus repository</h4>
 
 <p>Configure access to the <a href="http://repository.apache.org/">Apache Nexus repository</a>, which enables final deployment of releases to the Maven Central Repository.</p>
@@ -512,7 +520,7 @@ TAG="v${VERSION}-RC${RC_NUM}"
     -Ddoctitle="Apache Beam SDK for Java, version ${VERSION}" \
     -Dwindowtitle="Apache Beam SDK for Java, version ${VERSION}" \
     -Dmaven.javadoc.failOnError=false \
-    -DexcludePackageNames="org.apache.beam.examples,org.apache.beam.runners.dataflow.internal,org.apache.beam.runners.flink.examples,org.apache.beam.runners.flink.translation,org.apache.beam.runners.spark.examples,org.apache.beam.runners.spark.translation"
+    -DexcludePackageNames="org.apache.beam.examples,org.apache.beam.runners.dataflow.internal,org.apache.beam.runners.flink.examples,org.apache.beam.runners.flink.translation,org.apache.beam.runners.spark.examples,org.apache.beam.runners.spark.translation,org.apache.beam.sdk.microbenchmarks.coders.generated,org.apache.beam.sdk.microbenchmarks.transforms.generated,org.openjdk.jmh.infra.generated"
 </code></pre>
 </div>