This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datasketches-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new ed22255 Automatic Site Publish by Buildbot
ed22255 is described below
commit ed22255af1f411e8b93f2d9e743cf739ce1fbaf8
Author: buildbot <[email protected]>
AuthorDate: Mon Sep 20 22:36:23 2021 +0000
Automatic Site Publish by Buildbot
---
.../Community/ReleaseProcessForCppComponents.html | 29 ++++++++------
.../Community/ReleaseProcessForJavaComponents.html | 46 ++++++++++++++++------
2 files changed, 51 insertions(+), 24 deletions(-)
diff --git a/output/docs/Community/ReleaseProcessForCppComponents.html
b/output/docs/Community/ReleaseProcessForCppComponents.html
index da902c4..dd46bfe 100644
--- a/output/docs/Community/ReleaseProcessForCppComponents.html
+++ b/output/docs/Community/ReleaseProcessForCppComponents.html
@@ -537,9 +537,13 @@
</li>
<li>From Command Line at Component root:
<ul>
- <li>Confirm GPG is running (check this every time you open a new
Terminal):
+ <li>To confirm <em>gpg-agent</em> is running type:
<ul>
- <li><code class="highlighter-rouge">env | grep GPG</code> # you
should see something like: GPG_TTY=/dev/ttys000</li>
+ <li><code class="highlighter-rouge">ps -axww | grep gpg</code> #
you should see something like:
+ <ul>
+ <li><em>64438 ?? 0:30.33 gpg-agent –homedir
/Users/<name>/.gnupg –use-standard-socket –daemon</em></li>
+ </ul>
+ </li>
<li>To start GPG if GPG Agent is not running:
<ul>
<li><code class="highlighter-rouge">eval $(gpg-agent
--daemon)</code></li>
@@ -644,9 +648,18 @@
</li>
<li>Start a new terminal in the above <em>dist/dev/datasketches/scripts</em>
directory on your system:
<ul>
- <li>Confirm GPG is running: <code class="highlighter-rouge">env | grep
GPG</code>
+ <li>To confirm <em>gpg-agent</em> is running type:
<ul>
- <li>If not: <code class="highlighter-rouge">eval $(gpg-agent
--daemon)</code></li>
+ <li><code class="highlighter-rouge">ps -axww | grep gpg</code> #
you should see something like:
+ <ul>
+ <li><em>64438 ?? 0:30.33 gpg-agent –homedir
/Users/<name>/.gnupg –use-standard-socket –daemon</em></li>
+ </ul>
+ </li>
+ <li>To start GPG if GPG Agent is not running:
+ <ul>
+ <li><code class="highlighter-rouge">eval $(gpg-agent
--daemon)</code></li>
+ </ul>
+ </li>
</ul>
</li>
<li>Run something like:
@@ -794,13 +807,7 @@
<h2 id="update-these-instructions">Update These Instructions</h2>
<ul>
- <li>If you have updated this file or any of the scripts, please check it in
using SVN using your local dist/dev directory copy:
- <ul>
- <li><code class="highlighter-rouge">svn status</code></li>
- <li><code class="highlighter-rouge">svn add . --force</code> # if
adding a file for the first time</li>
- <li><code class="highlighter-rouge">svn ci -m "update Release
Steps"</code></li>
- </ul>
- </li>
+ <li>If you have updated this file or any of the scripts, please update this
file on the <a
href="https://datasketches.apache.org/docs/Community/ReleaseProcessForJavaComponents.html">website</a>
and dist/dev/datasketches for the scripts.</li>
</ul>
</div> <!-- End content -->
diff --git a/output/docs/Community/ReleaseProcessForJavaComponents.html
b/output/docs/Community/ReleaseProcessForJavaComponents.html
index 3cd5684..32b7954 100644
--- a/output/docs/Community/ReleaseProcessForJavaComponents.html
+++ b/output/docs/Community/ReleaseProcessForJavaComponents.html
@@ -544,9 +544,13 @@
</li>
<li>From Command Line at Component root:
<ul>
- <li>Confirm GPG is running (check this every time you open a new
Terminal):
+ <li>To confirm <em>gpg-agent</em> is running type:
<ul>
- <li><code class="highlighter-rouge">env | grep GPG</code> # you
should see something like: GPG_TTY=/dev/ttys000</li>
+ <li><code class="highlighter-rouge">ps -axww | grep gpg</code> #
you should see something like:
+ <ul>
+ <li><em>64438 ?? 0:30.33 gpg-agent –homedir
/Users/<name>/.gnupg –use-standard-socket –daemon</em></li>
+ </ul>
+ </li>
<li>To start GPG if GPG Agent is not running:
<ul>
<li><code class="highlighter-rouge">eval $(gpg-agent
--daemon)</code></li>
@@ -683,9 +687,18 @@
</li>
<li>Start a new terminal in the above dist/dev/datasketches/scripts
directory on your system:
<ul>
- <li>Confirm GPG is running: <code class="highlighter-rouge">env | grep
GPG</code>
+ <li>To confirm <em>gpg-agent</em> is running type:
<ul>
- <li>If not: <code class="highlighter-rouge">eval $(gpg-agent
--daemon)</code></li>
+ <li><code class="highlighter-rouge">ps -axww | grep gpg</code> #
you should see something like:
+ <ul>
+ <li><em>64438 ?? 0:30.33 gpg-agent –homedir
/Users/<name>/.gnupg –use-standard-socket –daemon</em></li>
+ </ul>
+ </li>
+ <li>To start GPG if GPG Agent is not running:
+ <ul>
+ <li><code class="highlighter-rouge">eval $(gpg-agent
--daemon)</code></li>
+ </ul>
+ </li>
</ul>
</li>
<li>Run something like:
@@ -716,9 +729,22 @@
<h3 id="java-push-jars-to-nexus-maven-central-staging">Java: Push Jars to
Nexus (Maven Central) Staging</h3>
<ul>
<li>Return to original terminal at the project.basedir, still in the A.B.X
branch.</li>
- <li>If starting new terminal make sure GPG is running: <code
class="highlighter-rouge">env | grep GPG</code>
+ <li>If starting new terminal make sure GPG is running:
<ul>
- <li>If not: <code class="highlighter-rouge">eval $(gpg-agent
--daemon)</code></li>
+ <li>To confirm <em>gpg-agent</em> is running type:
+ <ul>
+ <li><code class="highlighter-rouge">ps -axww | grep gpg</code> #
you should see something like:
+ <ul>
+ <li><em>64438 ?? 0:30.33 gpg-agent –homedir
/Users/<name>/.gnupg –use-standard-socket –daemon</em></li>
+ </ul>
+ </li>
+ <li>To start GPG if GPG Agent is not running:
+ <ul>
+ <li><code class="highlighter-rouge">eval $(gpg-agent
--daemon)</code></li>
+ </ul>
+ </li>
+ </ul>
+ </li>
</ul>
</li>
<li><code class="highlighter-rouge">git status</code> # make sure you are
still on the release branch: A.B.X</li>
@@ -910,13 +936,7 @@
<h2 id="update-these-instructions">Update These Instructions</h2>
<ul>
- <li>If you have updated this file or any of the scripts, please check it in
using SVN using your local dist/dev directory copy:
- <ul>
- <li><code class="highlighter-rouge">svn status</code></li>
- <li><code class="highlighter-rouge">svn add . --force</code> # if
adding a file for the first time</li>
- <li><code class="highlighter-rouge">svn ci -m "update Release
Steps"</code></li>
- </ul>
- </li>
+ <li>If you have updated this file or any of the scripts, please update this
file on the <a
href="https://datasketches.apache.org/docs/Community/ReleaseProcessForJavaComponents.html">website</a>
and dist/dev/datasketches for the scripts.</li>
</ul>
</div> <!-- End content -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]