From 24bf7344b4250bfdfaf532d802219cd034c9da96 Mon Sep 17 00:00:00 2001 From: Jia Zhai Date: Wed, 9 Aug 2017 11:25:21 +0800 Subject: [PATCH] change mail list from --- README.md | 4 ++-- pom.xml | 26 +++++++++++----------- website/community/community.md | 35 +++++++++++++++--------------- website/community/release_guide.md | 8 +++---- website/contribute.md | 2 +- 5 files changed, 37 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index 6f8f7df90..bdbafd05d 100644 --- a/README.md +++ b/README.md @@ -85,9 +85,9 @@ For filing bugs, suggesting improvements, or requesting new features, help us ou ### Need Help? -[Subscribe](mailto:user-subscribe@distributedlog.incubator.apache.org) or [mail](mailto:user@distributedlog.incubator.apache.org) the [user@distributedlog.incubator.apache.org](mailto:user@distributedlog.incubator.apache.org) list - Ask questions, find answers, and also help other users. +[Subscribe](mailto:distributedlog-user-subscribe@bookkeeper.apache.org) or [mail](mailto:distributedlog-user@bookkeeper.apache.org) the [distributedlog-user@bookkeeper.apache.org](mailto:distributedlog-user@bookkeeper.apache.org) list - Ask questions, find answers, and also help other users. -[Subscribe](mailto:dev-subscribe@distributedlog.incubator.apache.org) or [mail](mailto:dev@distributedlog.incubator.apache.org) the [dev@distributedlog.incubator.apache.org](mailto:dev@distributedlog.incubator.apache.org) list - Join developement discussions, propose new ideas and connect with contributors. +[Subscribe](mailto:distributedlog-dev-subscribe@bookkeeper.apache.org) or [mail](mailto:distributedlog-dev@bookkeeper.apache.org) the [distributedlog-dev@bookkeeper.apache.org](mailto:distributedlog-dev@bookkeeper.apache.org) list - Join developement discussions, propose new ideas and connect with contributors. [Join us on Slack](https://getdl-slack.herokuapp.com/) - This is the most immediate way to connect with DistributedLog committers and contributors. diff --git a/pom.xml b/pom.xml index d8c74acdd..0eacc721c 100644 --- a/pom.xml +++ b/pom.xml @@ -52,30 +52,30 @@ DistributedLog User - user-subscribe@distributedlog.incubator.apache.org - user-unsubscribe@distributedlog.incubator.apache.org - user@distributedlog.incubator.apache.org - http://www.mail-archive.com/user@distributedlog.incubator.apache.org + distributedlog-user-subscribe@bookkeeper.apache.org + distributedlog-user-unsubscribe@bookkeeper.apache.org + distributedlog-user@bookkeeper.apache.org + http://www.mail-archive.com/distributedlog-user@bookkeeper.apache.org DistributedLog Dev - dev-subscribe@distributedlog.incubator.apache.org - dev-unsubscribe@distributedlog.incubator.apache.org - dev@distributedlog.incubator.apache.org - http://www.mail-archive.com/dev@distributedlog.incubator.apache.org + distributedlog-dev-subscribe@bookkeeper.apache.org + distributedlog-dev-unsubscribe@bookkeeper.apache.org + distributedlog-dev@bookkeeper.apache.org + http://www.mail-archive.com/distributedlog-dev@bookkeeper.apache.org DistributedLog Commits - commits-subscribe@distributedlog.incubator.apache.org - commits-unsubscribe@distributedlog.incubator.apache.org - commits@distributedlog.incubator.apache.org - http://www.mail-archive.com/commits@distributedlog.incubator.apache.org + distributedlog-commits-subscribe@bookkeeper.apache.org + distributedlog-commits-unsubscribe@bookkeeper.apache.org + distributedlog-commits@bookkeeper.apache.org + http://www.mail-archive.com/distributedlog-commits@bookkeeper.apache.org The Apache DistributedLog Team - dev@distributedlog.incubator.apache.org + distributedlog-dev@bookkeeper.apache.org http://distributedlog.incubator.apache.org Apache Software Foundation http://www.apache.org diff --git a/website/community/community.md b/website/community/community.md index d7995c293..567f6b56c 100644 --- a/website/community/community.md +++ b/website/community/community.md @@ -24,41 +24,40 @@ There are many ways to get help from the Apache DistributedLog community. The [m - user@@distributedlog.incubator.apache.org
+ distributedlog-user@bookkeeper.apache.org
User related discussions - Subscribe - Subscribe - Unsubscribe - Post + Subscribe + Subscribe + Unsubscribe + Post - Archives
+ Archives
- dev@@distributedlog.incubator.apache.org
+ distributedlog-dev@bookkeeper.apache.org
Development related discussions - Subscribe - Subscribe - Unsubscribe - Post + Subscribe + Subscribe + Unsubscribe + Post - Archives
+ Archives
- commits@distributedlog.incubator.apache.org -
+ distributedlog-commits@bookkeeper.apache.org
All commits to our repositories - Subscribe - Subscribe - Unsubscribe + Subscribe + Subscribe + Unsubscribe Read only list - Archives + Archives diff --git a/website/community/release_guide.md b/website/community/release_guide.md index 8d7961969..75d569124 100644 --- a/website/community/release_guide.md +++ b/website/community/release_guide.md @@ -317,7 +317,7 @@ Once you have built and individually reviewed the release candidate, please shar Start the review-and-vote thread on the dev@ mailing list. Here’s an email template; please adjust as you see fit. From: Release Manager - To: dev@distributedlog.incubator.apache.org + To: distributedlog-dev@bookkeeper.apache.org Subject: [VOTE] Release 0.4.0, release candidate #0 Hi everyone, @@ -349,7 +349,7 @@ If there are any issues found in the release candidate, reply on the vote thread If there are no issues, reply on the vote thread to close the voting. Then, tally the votes in a separate email. Here’s an email template; please adjust as you see fit. From: Release Manager - To: dev@distributedlog.incubator.apache.org + To: distributedlog-dev@bookkeeper.apache.org Subject: [RESULT] [VOTE] Release 0.4.0, release candidate #0 I'm happy to announce that we have unanimously approved this release. @@ -368,7 +368,7 @@ While in incubation, the Apache Incubator PMC must also vote on each release, us From: Release Manager To: general@incubator.apache.org - Cc: dev@distributedlog.incubator.apache.org + Cc: distributedlog-dev@bookkeeper.apache.org Subject: [VOTE] Apache DistributedLog release 0.4.0-incubating Hi everyone, @@ -403,7 +403,7 @@ If passed, close the voting and summarize the results. From: Release Manager To: general@incubator.apache.org - Cc: dev@distributedlog.incubator.apache.org + Cc: distributedlog-dev@bookkeeper.apache.org Subject: [RESULT] [VOTE] Apache DistributedLog release 0.4.0-incubating There are XXX approving votes, all of which are binding: diff --git a/website/contribute.md b/website/contribute.md index 5e3d137c7..48fb1fa8e 100644 --- a/website/contribute.md +++ b/website/contribute.md @@ -38,7 +38,7 @@ We recommend to first reach consensus with the community on whether a new featur Most communication in the Apache DistributedLog community happens on the mailing list: -- The mailing list `dev@distributedlog.incubator.apache.org` is the place where DistributedLog developers exchange ideas and discuss new features, upcoming releases, and the development process in general. If you are interested in contributing code to DistributedLog, you should join this mailing list. +- The mailing list `distributedlog-dev@bookkeeper.apache.org` is the place where DistributedLog developers exchange ideas and discuss new features, upcoming releases, and the development process in general. If you are interested in contributing code to DistributedLog, you should join this mailing list. You are very welcome to [subscribe to mailing lists]({{ site.baseurl }}/community).