You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by dl...@apache.org on 2014/06/11 11:32:42 UTC

[1/2] git commit: Updates Mesos version in Getting Started guide to 0.19.0

Repository: mesos
Updated Branches:
  refs/heads/master 2260df3e4 -> 2b6a60995


Updates Mesos version in Getting Started guide to 0.19.0


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/957f0f3e
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/957f0f3e
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/957f0f3e

Branch: refs/heads/master
Commit: 957f0f3ea02fdb9554f2068c7095afe4b29da6bd
Parents: 2260df3
Author: Dave Lester <dl...@twitter.com>
Authored: Wed Jun 11 02:31:40 2014 -0700
Committer: Dave Lester <dl...@twitter.com>
Committed: Wed Jun 11 02:31:40 2014 -0700

----------------------------------------------------------------------
 docs/getting-started.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/957f0f3e/docs/getting-started.md
----------------------------------------------------------------------
diff --git a/docs/getting-started.md b/docs/getting-started.md
index bc8fb4c..a0ddd34 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -10,8 +10,8 @@ There are different ways you can get Mesos:
 
 1. Download the latest stable release from [Apache](http://mesos.apache.org/downloads/) (***Recommended***)
 
-        $ wget http://www.apache.org/dist/mesos/0.18.2/mesos-0.18.2.tar.gz
-        $ tar -zxf mesos-0.18.2.tar.gz
+        $ wget http://www.apache.org/dist/mesos/0.19.0/mesos-0.19.0.tar.gz
+        $ tar -zxf mesos-0.19.0.tar.gz
 
 2. Clone the Mesos git [repository](http://git-wip-us.apache.org/repos/asf/mesos.git) (***Advanced Users Only***)
 
@@ -97,4 +97,4 @@ There are different ways you can get Mesos:
         # Run Python framework (***Exits after successfully running some tasks.***).
         $ ./src/examples/python/test-framework 127.0.0.1:5050
 
-*NOTE: To build the example frameworks, make sure you build the test suite by doing `make check`.*
+*NOTE: To build the example frameworks, make sure you build the test suite by doing `make check`.*
\ No newline at end of file


[2/2] git commit: Simplifies documentation headers.

Posted by dl...@apache.org.
Simplifies documentation headers.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/2b6a6099
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/2b6a6099
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/2b6a6099

Branch: refs/heads/master
Commit: 2b6a60995c0374adef67af6bbb92794f861ed4cb
Parents: 957f0f3
Author: Dave Lester <dl...@twitter.com>
Authored: Wed Jun 11 02:32:45 2014 -0700
Committer: Dave Lester <dl...@twitter.com>
Committed: Wed Jun 11 02:32:45 2014 -0700

----------------------------------------------------------------------
 docs/getting-started.md | 2 +-
 docs/home.md            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/2b6a6099/docs/getting-started.md
----------------------------------------------------------------------
diff --git a/docs/getting-started.md b/docs/getting-started.md
index a0ddd34..433c56e 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -2,7 +2,7 @@
 layout: documentation
 ---
 
-# Getting Started with Apache Mesos
+# Getting Started
 
 ## Downloading Mesos
 

http://git-wip-us.apache.org/repos/asf/mesos/blob/2b6a6099/docs/home.md
----------------------------------------------------------------------
diff --git a/docs/home.md b/docs/home.md
index 6a512de..f6e6af5 100644
--- a/docs/home.md
+++ b/docs/home.md
@@ -2,7 +2,7 @@
 layout: documentation
 ---
 
-# Apache Mesos Documentation
+# Documentation
 
 ## Running Mesos