This is an automated email from the ASF dual-hosted git repository.
leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-website.git
The following commit(s) were added to refs/heads/master by this push:
new 432dd885 minor update to "Release Process for Java Components"
new 3c48c7ab Merge branch 'master' of
[email protected]:apache/datasketches-website.git
432dd885 is described below
commit 432dd8852d4964528f8498285d101b92ebd9a7e3
Author: Lee Rhodes <[email protected]>
AuthorDate: Tue Nov 14 12:21:45 2023 -0800
minor update to "Release Process for Java Components"
---
docs/Community/ReleaseProcessForJavaComponents.md | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/docs/Community/ReleaseProcessForJavaComponents.md
b/docs/Community/ReleaseProcessForJavaComponents.md
index 0ac633d9..5d70679c 100644
--- a/docs/Community/ReleaseProcessForJavaComponents.md
+++ b/docs/Community/ReleaseProcessForJavaComponents.md
@@ -50,8 +50,7 @@ __NOTES:__
* From Command Line at Component root:
* To confirm *gpg-agent* is running type:
* `eval $(gpg-agent --daemon)`
- * if it is not running it will start it and you will see something
like:
- * <pre>9566 ?? 0:30.33 gpg-agent --daemon<br>20315 ttys000
0:00:00 grep gpg</pre>
+ * if it is not running it will start it.
* if it is already running you will see something like:
* `gpg-agent: a gpg-agent is already running - not starting a new
one`
@@ -133,8 +132,7 @@ __NOTES:__
* Start a new terminal in the above dist/dev/datasketches/scripts directory on
your system:
* To confirm *gpg-agent* is running type:
* `eval $(gpg-agent --daemon)`
- * if it is not running it will start it and you will see something
like:
- * <pre>9566 ?? 0:30.33 gpg-agent --daemon<br>20315 ttys000
0:00:00 grep gpg</pre>
+ * if it is not running it will start it
* if it is already running you will see something like:
* `gpg-agent: a gpg-agent is already running - not starting a new
one`
* Run something like:
@@ -155,8 +153,7 @@ __NOTES:__
* If starting new terminal make sure GPG is running:
* To confirm *gpg-agent* is running type:
* `eval $(gpg-agent --daemon)`
- * if it is not running it will start it and you will see something
like:
- * <pre>9566 ?? 0:30.33 gpg-agent --daemon<br>20315 ttys000
0:00:00 grep gpg</pre>
+ * if it is not running it will start it
* if it is already running you will see something like:
* `gpg-agent: a gpg-agent is already running - not starting a new
one`
* `git status` # make sure you are still on the release branch: A.B.X
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]