You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by mp...@apache.org on 2016/02/10 02:54:44 UTC

[1/2] mesos git commit: Fixed typos in `support/hooks`.

Repository: mesos
Updated Branches:
  refs/heads/master 8ed2a16f1 -> 942fe33d1


Fixed typos in `support/hooks`.

Review: https://reviews.apache.org/r/43313/


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

Branch: refs/heads/master
Commit: d805c26ba9558a61fc2f6a72ceb67a6ddef8766f
Parents: 8ed2a16
Author: Disha  Singh <di...@gmail.com>
Authored: Tue Feb 9 17:48:54 2016 -0800
Committer: Michael Park <mp...@apache.org>
Committed: Tue Feb 9 17:48:54 2016 -0800

----------------------------------------------------------------------
 support/hooks/post-rewrite | 2 +-
 support/hooks/pre-commit   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/d805c26b/support/hooks/post-rewrite
----------------------------------------------------------------------
diff --git a/support/hooks/post-rewrite b/support/hooks/post-rewrite
index af907de..e3747a3 100755
--- a/support/hooks/post-rewrite
+++ b/support/hooks/post-rewrite
@@ -3,7 +3,7 @@
 # A hook script to verify what is about to be committed.
 # Called by "git commit --amend" or "git rebase". The hook exits with
 # non-zero status and warning messages if the files being rewritten do
-# not conform to to the Mesos style.
+# not conform to the Mesos style.
 #
 # To enable this hook, do this from the root of the repo:
 #

http://git-wip-us.apache.org/repos/asf/mesos/blob/d805c26b/support/hooks/pre-commit
----------------------------------------------------------------------
diff --git a/support/hooks/pre-commit b/support/hooks/pre-commit
index bdc12af..10838a4 100755
--- a/support/hooks/pre-commit
+++ b/support/hooks/pre-commit
@@ -3,7 +3,7 @@
 # A hook script to verify what is about to be committed.
 # Called by "git commit" with no arguments.  The hook exits with
 # non-zero status if the files being committed do not conform to
-# to the Mesos style.
+# the Mesos style.
 #
 # To enable this hook, do this from the root of the repo:
 #


[2/2] mesos git commit: Updated `docs/presentations.md` to include MesosCon Seattle/Europe 2015.

Posted by mp...@apache.org.
Updated `docs/presentations.md` to include MesosCon Seattle/Europe 2015.

Review: https://reviews.apache.org/r/43312/


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

Branch: refs/heads/master
Commit: 942fe33d152dfc4761b4f56f24a7168bbe09dd17
Parents: d805c26
Author: Disha  Singh <di...@gmail.com>
Authored: Tue Feb 9 17:50:00 2016 -0800
Committer: Michael Park <mp...@apache.org>
Committed: Tue Feb 9 17:50:00 2016 -0800

----------------------------------------------------------------------
 docs/presentations.md | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/942fe33d/docs/presentations.md
----------------------------------------------------------------------
diff --git a/docs/presentations.md b/docs/presentations.md
index 2ce4b12..38be331 100644
--- a/docs/presentations.md
+++ b/docs/presentations.md
@@ -5,6 +5,12 @@ layout: documentation
 # Video and Slides of Mesos Presentations
 _(Listed in date descending order)_
 
+## MesosCon Europe 2015
+ [Video playlist](https://www.youtube.com/watch?v=K-x7yOy8Ymk&list=PLGeM09tlguZS6MhlSZDbf-gANWdKgje0I)
+
+## MesosCon Seattle 2015
+ [Video playlist](https://www.youtube.com/watch?v=aV6pdWveN7s&list=PLVjgeV_avap2arug3vIz8c6l72rvh9poV)
+
 ## Building and Deploying Applications to Apache Mesos
 ([Slides](https://www.slideshare.net/charmalloc/buildingdeployingapplicationsmesos))
 Joe Stein