You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2018/11/20 17:16:53 UTC

[incubator-iceberg] branch master updated: Docs: Update mailing lists and add Travis CI badge to README.

This is an automated email from the ASF dual-hosted git repository.

blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new 7a84404  Docs: Update mailing lists and add Travis CI badge to README.
7a84404 is described below

commit 7a84404a6ecb567a02e8840b510f3b78d57e3b5d
Author: Ryan Blue <bl...@apache.org>
AuthorDate: Tue Nov 20 09:16:23 2018 -0800

    Docs: Update mailing lists and add Travis CI badge to README.
---
 README.md              |  3 ++-
 site/docs/community.md | 20 ++++++++++----------
 2 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/README.md b/README.md
index b52f43c..2f27efb 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,7 @@
 
 ![](site/docs/img/Iceberg-logo.png)
 
+[![](https://travis-ci.org/apache/incubator-iceberg.svg?branch=master)](https://travis-ci.org/apache/incubator-iceberg)
 [![](https://badges.gitter.im/iceberg-tables/Lobby.svg)](https://gitter.im/iceberg-tables/Lobby)
 
 Apache Iceberg (incubating) is a new table format for storing large, slow-moving tabular data. It is designed to improve on the de-facto standard table layout built into Hive, Presto, and Spark.
@@ -46,7 +47,7 @@ Iceberg tracks issues in GitHub and prefers to receive contributions as pull req
 
 Community discussions happen primarily on the [dev mailing list][dev-list] or on specific issues.
 
-[dev-list]: mailto:dev@iceberg.incubator.apache.org
+[dev-list]: mailto:dev@iceberg.apache.org
 
 
 ### Building
diff --git a/site/docs/community.md b/site/docs/community.md
index 151ba71..1b8c9a5 100644
--- a/site/docs/community.md
+++ b/site/docs/community.md
@@ -45,13 +45,13 @@ The Iceberg community prefers to receive contributions as [Github pull requests]
 
 Iceberg has three mailing lists:
 
-* **Developers**: dev@iceberg.incubator.apache.org -- used for community discussions
-    - [Subscribe](mailto:dev-subscribe@iceberg.incubator.apache.org)
-    - [Unsubscribe](mailto:dev-unsubscribe@iceberg.incubator.apache.org)
-    - [Archive](https://lists.apache.org/list.html?dev@iceberg.incubator.apache.org)
-* **Commits**: commits@iceberg.incubator.apache.org -- distributes commit notifications
-    - [Subscribe](mailto:commits-subscribe@iceberg.incubator.apache.org)
-    - [Unsubscribe](mailto:commits-unsubscribe@iceberg.incubator.apache.org)
-    - [Archive](https://lists.apache.org/list.html?commits@iceberg.incubator.apache.org)
-* **Private**: private@iceberg.incubator.apache.org -- private PMC list for committer nominations
-    - [Archive](https://lists.apache.org/list.html?private@iceberg.incubator.apache.org)
+* **Developers**: dev@iceberg.apache.org -- used for community discussions
+    - [Subscribe](mailto:dev-subscribe@iceberg.apache.org)
+    - [Unsubscribe](mailto:dev-unsubscribe@iceberg.apache.org)
+    - [Archive](https://lists.apache.org/list.html?dev@iceberg.apache.org)
+* **Commits**: commits@iceberg.apache.org -- distributes commit notifications
+    - [Subscribe](mailto:commits-subscribe@iceberg.apache.org)
+    - [Unsubscribe](mailto:commits-unsubscribe@iceberg.apache.org)
+    - [Archive](https://lists.apache.org/list.html?commits@iceberg.apache.org)
+* **Private**: private@iceberg.apache.org -- private PMC list for committer nominations
+    - [Archive](https://lists.apache.org/list.html?private@iceberg.apache.org)