Repository: incubator-myriad
Updated Branches:
  refs/heads/master 1604aeced -> ae8b7f846


Updated README

* Updated TravisCI link
* Added link to mailing list
* Added LICENSE section

This closes: #1
Review: https://github.com/apache/incubator-myriad/pull/1


Project: http://git-wip-us.apache.org/repos/asf/incubator-myriad/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-myriad/commit/ae8b7f84
Tree: http://git-wip-us.apache.org/repos/asf/incubator-myriad/tree/ae8b7f84
Diff: http://git-wip-us.apache.org/repos/asf/incubator-myriad/diff/ae8b7f84

Branch: refs/heads/master
Commit: ae8b7f84629104bedc9855a57567b8f220eb7cc3
Parents: 1604aec
Author: Mohit Soni <mohitsoni1...@gmail.com>
Authored: Sat Sep 26 20:52:39 2015 -0700
Committer: Ken Sipe <kens...@gmail.com>
Committed: Thu Oct 8 15:43:50 2015 -0500

----------------------------------------------------------------------
 README.md | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/ae8b7f84/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index ce80063..bf127ef 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Myriad
 
-[![Build 
Status](https://travis-ci.org/mesos/myriad.svg)](https://travis-ci.org/mesos/myriad)
+[![Build 
Status](https://travis-ci.org/apache/incubator-myriad.svg)](https://travis-ci.org/apache/incubator-myriad)
 
 Myriad is a Mesos framework designed for scaling a YARN cluster on Mesos. 
Myriad can expand or shrink the resources managed by a YARN cluster in response 
to events as per configured rules and policies.
 
@@ -8,8 +8,6 @@ The name _Myriad_ means, _countless or extremely great number_. 
In context of th
 
 **Please note: Myriad is not yet production ready. However, the project is 
rapidly progressing with some very useful features.** 
 
-**If you are an admin/developer interested to try out Myriad, please clone the 
git repo and use [phase1 branch](https://github.com/mesos/myriad/tree/phase1).**
-
 ## Getting started
 
 * [How Myriad works](docs/how-it-works.md)
@@ -37,7 +35,17 @@ Please keep checking this section for updates.
 - [ ] Support multi-tenancy for Node Managers
 - [ ] Configuration store for storing rules and policies for clusters managed 
by Myriad
 
+## Mailing Lists
+
+* [Development Mailing List](mailto:d...@myriad.incubator.apache.org) 
([Archive](https://mail-archives.apache.org/mod_mbox/myriad-dev/)) 
([Subscribe](mailto:dev-subscr...@myriad.incubator.apache.org))
+
 ## Videos and Slides
 * MesosCon 2014 - Running YARN alongside Mesos 
[(video)](https://www.youtube.com/watch?v=d7vZWm_xS9c) 
[(slides)](https://speakerdeck.com/mohit/running-yarn-alongside-mesos-mesoscon-2014)
 * Mesos User Group, March 2015 - Myriad: Integrating Hadoop into the 
Datacenter [(video)](http://www.youtube.com/watch?v=UMu9n4f62GI)
 * MesosCon, Seattle 2015 - Resource Sharing Beyond Boundaries 
[(video)](https://www.youtube.com/watch?v=lU2VE08fOD4) 
[(slides)](http://events.linuxfoundation.org/sites/events/files/slides/Apache_Myriad_MesosCon_2015.pdf)
+
+## License
+
+Apache Myriad is licensed under the [Apache License, Version 
2.0](http://www.apache.org/licenses/LICENSE-2.0).
+
+For additional information, see the LICENSE and NOTICE files.

Reply via email to