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 a76bca2 Removed email references to private datasketches mail list.
new 4de3ab2 merge from origin
a76bca2 is described below
commit a76bca2385c2489d28c7396238100c68a2ea92c9
Author: Lee Rhodes <[email protected]>
AuthorDate: Tue Sep 14 12:25:20 2021 -0700
Removed email references to private datasketches mail list.
Minor updates to release process.
---
docs/Community/NewCommitterProcess.md | 36 +++++++++++------------
docs/Community/ReleaseProcessForJavaComponents.md | 6 ++--
docs/Graduation/GraduationCheckList.md | 2 +-
3 files changed, 23 insertions(+), 21 deletions(-)
diff --git a/docs/Community/NewCommitterProcess.md
b/docs/Community/NewCommitterProcess.md
index 53b7fdb..51ad8db 100644
--- a/docs/Community/NewCommitterProcess.md
+++ b/docs/Community/NewCommitterProcess.md
@@ -24,7 +24,7 @@ layout: doc_page
* Reference: [New Committer
Process](https://community.apache.org/newcommitter.html#new-committer-process)
## Create Proposal for New Candidate
-* ***NOTE*** On <[email protected]> ONLY!
+* ***NOTE*** On private datasketches mail list ONLY!
Here are some topics to consider when writing your proposal about the
candidate. Any one of which may be sufficient to invite someone to join us as a
new committer.
@@ -71,11 +71,11 @@ This can be in a number of areas including:
theory of sketching as well?
## Write Proposal in a DISCUSS thread
-***NOTE*** On <[email protected]> ONLY!
+***NOTE*** On private datasketches mail list ONLY!
---
From: (PMC Member)<br>
-To: [email protected] **ONLY! DO NOT CC!**<br>
+To: private datasketches mail list **ONLY! DO NOT CC!**<br>
Subject: [DISCUSS] Proposal to invite <candidate> as new committer.
Dear PMC,
@@ -95,11 +95,11 @@ Regards,
## Vote
### Write a vote email similar to the following:
-***NOTE*** On <[email protected]> ONLY!
+***NOTE*** On private datasketches mail list ONLY!
---
From: (PMC Member)<br>
-To: [email protected]<br>
+To: private datasketches mail list<br>
Subject: [VOTE] [Candidate] as new Committer<br>
(Summarize the results of the DISCUSS thread )
@@ -122,7 +122,7 @@ Regards,<br>
---
## Close the Vote
-***NOTE*** On <[email protected]> ONLY!
+***NOTE*** On private datasketches mail list ONLY!
After sufficient votes have been obtained and the time as elapsed, issue an
email similar to the following:
@@ -139,13 +139,13 @@ Regards,
---
## Committer Invite Example
-***NOTE*** CC'd to <[email protected]> ONLY!
+***NOTE*** CC'd to private datasketches mail list ONLY!
Write a letter to the candidate similar to the following:
---
To: [Candidate]<br>
-CC: [email protected]<br>
+CC: private datasketches mail list<br>
From: (PMC Member)<br>
Subject: Invitation to become DataSketches Committer<br>
@@ -165,7 +165,7 @@ instead remain as a contributor, participating as you do
now.
A. This personal invitation is a chance for you to accept or decline
in private. Either way, please let us know in reply to the
-<[email protected]> address only.
+private datasketches mail list address only.
B. If you accept, you will receive a follow-up message with
the next steps to establish you as a committer.
@@ -177,11 +177,11 @@ Regards
---
## If Candidate Accepts, Followup Instructions
-***NOTE*** CC'd to <[email protected]> ONLY!
+***NOTE*** CC'd to private datasketches mail list ONLY!
---
To: [Candidate]<br>
-CC: [email protected]<br>
+CC: private datasketches mail list<br>
From: (PMC Member)<br>
Subject: Welcome to the Apache DataSketches Project as a Committer!
@@ -196,7 +196,7 @@ To complete your admission as a committer you need to
register an *Individual Co
* On the form choose a preferred Apache ID. This will become your Apache
email address, e.g. <ApacheID>@apache.org. When your account gets set up you
will be able to specify a forwarding email address for messages sent to your
apache.org email. You can look to see if your preferred ID is already taken at
<https://people.apache.org/committer-index.html>.
* Under notify project write *Apache DataSketches*
* Note that the ICLA contains your confidential information and should only be
sent directly to <[email protected]> and not CC'd to this private@ email
address nor to me
-* In your letter to the secretary please request the secretary to notify
<[email protected]> once the ICLA has been recorded.
+* In your letter to the secretary please request the secretary to notify
private datasketches mail list once the ICLA has been recorded.
* Once you have sent your ICLA to the secretary please notify us on this
private@ email address so that we can coordinate with the secretary in getting
your account set up.
After the ICLA has been recorded and your account created we will announce
your joining the project on <[email protected]>.
@@ -222,14 +222,14 @@ Best Regards,<br>
## Sample Letter from Secretary confirming filing of the ICLA
-***NOTE*** CC'd to <[email protected]> ONLY!
+***NOTE*** CC'd to private datasketches mail list ONLY!
---
From: Matt Sicker (secretary)<br>
-To: [email protected]<br>
+To: private datasketches mail list<br>
Subject: [FORM] Account Request - [email protected]: [Candidate]<br>
Date:<br>
-List: [email protected]
+List: private datasketches mail list
Prospective userid: 123456<br>
Full Name: [Candidate]<br>
@@ -238,7 +238,7 @@ Forwarding emal address: blah<br>
---
## Account Creation
-***NOTE*** CC'd to <[email protected]> ONLY!
+***NOTE*** CC'd to private datasketches mail list ONLY!
If the ICLA identifies the project and a valid Apache id, and the
[RESULT][VOTE] message has been posted to the PMC private list, then the
account creation request is made by the secretary or assistant who files the
ICLA.
@@ -252,7 +252,7 @@ After the committer account is established.
---
-To: [email protected], (new committer)<br>
+To: private datasketches mail list, (new committer)<br>
Subject: Completing the setup of your Account
Hello (new committer),<br>
@@ -265,7 +265,7 @@ svn password, svn configuration, mail forwarding, GitHub
ID, etc.
* For new PMC members only:
* Please subscribe to the DataSketches Project Management
-Committee mailing list [email protected].
+Committee mailing list private datasketches mail list.
As a committer on the DataSketches Project you will have commit access to the
following DataSketches repositories as follows:
diff --git a/docs/Community/ReleaseProcessForJavaComponents.md
b/docs/Community/ReleaseProcessForJavaComponents.md
index 466e667..af90a2a 100644
--- a/docs/Community/ReleaseProcessForJavaComponents.md
+++ b/docs/Community/ReleaseProcessForJavaComponents.md
@@ -188,7 +188,7 @@ __NOTES:__
## Finalize the Release
-### Move files from *dist/dev* to *dist/release*
+### Copy files from *dist/dev* to *dist/release*
* In local *dist/__dev__/datasketches/*
* Open Terminal #1
* Confirm you are in the `/dev/` directory: `pwd`
@@ -222,7 +222,9 @@ __NOTES:__
* Select "orgapachedatasketches-XXXX" (If more than one make sure you select
the right one!)
* At the top of the window, select "Release"
* Confirm that the attributes have moved to the "Releases" repository under
"Repositories"
- * Browse to *Releases/org/apache/datasketches/...*
+ * Browse to *Releases/org/apache/datasketches/...*
+
+### Merge branch *master* from branch *A.B.X*.
## Finalize Release Documentation
diff --git a/docs/Graduation/GraduationCheckList.md
b/docs/Graduation/GraduationCheckList.md
index 5afb085..2f255d3 100644
--- a/docs/Graduation/GraduationCheckList.md
+++ b/docs/Graduation/GraduationCheckList.md
@@ -89,7 +89,7 @@ faster than traditional, exact methods.
the project within the scope of responsibility of the Apache Project.
* Once the PMC Chair has been elected, the Resolution can be created from the
[roster](https://whimsy.apache.org/roster/ppmc/datasketches)
-By consensus, Lee Rhodes has been nominated to be the PMC Chair
[Thread](https://lists.apache.org/thread.html/r1785eaa1535d1b08d9e802e70543dd69a6525cb90e13a06b86ea3373%40%3Cprivate.datasketches.apache.org%3E),
[Conclusion](https://lists.apache.org/thread.html/r41a0738f849ca3e5d00914107dde539ab6bf344071a2b39a24063b3f%40%3Cprivate.datasketches.apache.org%3E).
+By consensus, Lee Rhodes has been nominated to be the PMC Chair
*(Thread-confidential)* *(Conclusion-confidential)*.
### [The
Resolution](https://datasketches.apache.org/docs/Graduation/Resolution)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]