Repository: bigtop Updated Branches: refs/heads/master e1a646113 -> bee6ae3e1
BIGTOP-1557. website misses ci and announce mailing lists info Signed-off-by: jayunit100 <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/bee6ae3e Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/bee6ae3e Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/bee6ae3e Branch: refs/heads/master Commit: bee6ae3e1e20e169ce3fbc972bc59eb5f496af5d Parents: e1a6461 Author: Konstantin Boudnik <[email protected]> Authored: Wed Dec 3 14:53:08 2014 -0800 Committer: jayunit100 <[email protected]> Committed: Wed Dec 3 23:06:42 2014 -0500 ---------------------------------------------------------------------- src/site/xdoc/mail-lists.xml | 42 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/bee6ae3e/src/site/xdoc/mail-lists.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/mail-lists.xml b/src/site/xdoc/mail-lists.xml index 61e59b9..6b4c504 100644 --- a/src/site/xdoc/mail-lists.xml +++ b/src/site/xdoc/mail-lists.xml @@ -73,6 +73,48 @@ <a href="http://mail-archives.apache.org/mod_mbox/bigtop-commits/">Browse archives</a> </li> </ul> + + <subsection name="Bigtop CI List"></subsection> + <p> + If you'd like to see notifications from Bigtop build system (CI) then subscribe + to the Bigtop CI mailing list. + <br /> + The Bigtop CI mailing list is : + <a href="mailto:[email protected]">[email protected]</a> + . + </p> + <ul> + <li> + <a href="mailto:[email protected]">Subscribe to List</a> + </li> + <li> + <a href="mailto:[email protected]">Unsubscribe from List</a> + </li> + <li> + <a href="http://mail-archives.apache.org/mod_mbox/bigtop-ci/">Browse archives</a> + </li> + </ul> + + <subsection name="Bigtop Announcements List"></subsection> + <p> + If you'd like to receive important announcement (e.g. releases, etc.) notifications from Bigtop + community then subscribe to the Bigtop Announcements mailing list. Low traffic. + <br /> + The Bigtop CI mailing list is : + <a href="mailto:[email protected]">[email protected]</a> + . + </p> + <ul> + <li> + <a href="mailto:[email protected]">Subscribe to List</a> + </li> + <li> + <a href="mailto:[email protected]">Unsubscribe from List</a> + </li> + <li> + <a href="http://mail-archives.apache.org/mod_mbox/bigtop-announce/">Browse archives</a> + </li> + </ul> </section> </body> </document> \ No newline at end of file
