This is an automated email from the ASF dual-hosted git repository. andor pushed a commit to branch website in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/website by this push: new 1164fea ZOOKEEPER-3406: Update website for new mailing lists 1164fea is described below commit 1164fea576dbec75592795bb872c1f12e203102f Author: Lars Francke AuthorDate: Fri May 31 13:13:04 2019 +0200 ZOOKEEPER-3406: Update website for new mailing lists This updates the website with the new mailing lists. Probably makes sense to wait with merging until INFRA has completed the changes. Whoever merges this probably needs to follow the remaining steps here as well: https://cwiki.apache.org/confluence/display/ZOOKEEPER/WebSiteSetup Author: Lars Francke Reviewers: eolivelli@apache.org, andor@apache.org Closes #963 from lfrancke/website and squashes the following commits: 816ee7340 [Lars Francke] One more clarification 896c399b9 [Lars Francke] Add more details on the usage of the mailing lists 0989a73a3 [Lars Francke] ZOOKEEPER-3406: Update website for new mailing lists --- src/main/resources/markdown/lists.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/main/resources/markdown/lists.md b/src/main/resources/markdown/lists.md index 5350696..38eacd1 100644 --- a/src/main/resources/markdown/lists.md +++ b/src/main/resources/markdown/lists.md @@ -23,6 +23,7 @@ The ZooKeeper user mailing list is: [user@zookeeper.apache.org](mailto:user@zook * [Subscribe to List](mailto:user-subscribe@zookeeper.apache.org) * [Unsubscribe from List](mailto:user-unsubscribe@zookeeper.apache.org) * [Archives](https://mail-archives.apache.org/mod_mbox/zookeeper-user/) +* [Alternative Archives](https://lists.apache.org/list.html?user@zookeeper.apache.org) * [Older Archives (Hadoop, pre-TLP)](https://mail-archives.apache.org/mod_mbox/hadoop-zookeeper-user/) Note @@ -33,11 +34,14 @@ In order to post to the list, it is necessary to first subscribe to it. If you'd like to contribute to ZooKeeper, please subscribe to the ZooKeeper developer mailing list. +This mailing list is for general developer chat and announcements. All notifications are sent to other mailing lists (see below). The only exception are new Jira issues which will still be sent to this list. + The ZooKeeper developer mailing list is : [dev@zookeeper.apache.org](mailto:dev@zookeeper.apache.org) * [Subscribe to List](mailto:dev-subscribe@zookeeper.apache.org) * [Unsubscribe from List](mailto:dev-unsubscribe@zookeeper.apache.org) * [Archives](https://mail-archives.apache.org/mod_mbox/zookeeper-dev/) +* [Alternative Archives](https://lists.apache.org/list.html?dev@zookeeper.apache.org) * [Older Archives (Hadoop, pre-TLP)](https://mail-archives.apache.org/mod_mbox/hadoop-zookeeper-dev/) Note @@ -50,4 +54,25 @@ If you'd like to see changes made in ZooKeeper's version control system then sub * [Subscribe to List](mailto:commits-subscribe@zookeeper.apache.org) * [Unsubscribe from List](mailto:commits-unsubscribe@zookeeper.apache.org) * [Archives](https://mail-archives.apache.org/mod_mbox/zookeeper-commits/) +* [Alternative Archives](https://lists.apache.org/list.html?commits@zookeeper.apache.org) * [Older Archives (Hadoop, pre-TLP)](https://mail-archives.apache.org/mod_mbox/hadoop-zookeeper-commits/) + +## Jira Notifications + +If you'd like to see notifications mails for all changes made to Jira tickets then subscribe to the ZooKeeper issues mailing list. + +*Note:* Notifications for the creation of new issues will _also_ be sent to the `dev` mailing list. + +* [Subscribe to List](mailto:issues-subscribe@zookeeper.apache.org) +* [Unsubscribe from List](mailto:issues-unsubscribe@zookeeper.apache.org) +* [Archives](https://lists.apache.org/list.html?issues@zookeeper.apache.org) +* [Alternative Archives](https://mail-archives.apache.org/mod_mbox/zookeeper-issues/) + +## Git Notifications + +If you'd like to see notifications mails for all non-commit related Git things (e.g. Pull Request comments) then subscribe to the ZooKeeper notifications mailing list. + +* [Subscribe to List](mailto:notifications-subscribe@zookeeper.apache.org) +* [Unsubscribe from List](mailto:notifications-unsubscribe@zookeeper.apache.org) +* [Archives](https://lists.apache.org/list.html?notifications@zookeeper.apache.org) +* [Alternative Archives](https://mail-archives.apache.org/mod_mbox/zookeeper-notifications/)