You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gi...@apache.org on 2018/07/06 08:14:26 UTC

[2/2] mesos-site git commit: Updated the website built from mesos SHA: 5f36029.

Updated the website built from mesos SHA: 5f36029.


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

Branch: refs/heads/asf-site
Commit: b15d48bdc16b43cf7c05268996aac1707206e122
Parents: 91b8586
Author: jenkins <bu...@apache.org>
Authored: Fri Jul 6 08:14:20 2018 +0000
Committer: jenkins <bu...@apache.org>
Committed: Fri Jul 6 08:14:20 2018 +0000

----------------------------------------------------------------------
 .../advanced-contribution/index.html            |    2 +-
 content/documentation/committers/index.html     |   16 +-
 .../latest/advanced-contribution/index.html     |    2 +-
 .../documentation/latest/committers/index.html  |   16 +-
 content/sitemap.xml                             | 9332 +++++++++---------
 5 files changed, 4684 insertions(+), 4684 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos-site/blob/b15d48bd/content/documentation/advanced-contribution/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/advanced-contribution/index.html b/content/documentation/advanced-contribution/index.html
index 3cb7fcb..44745c7 100644
--- a/content/documentation/advanced-contribution/index.html
+++ b/content/documentation/advanced-contribution/index.html
@@ -310,7 +310,7 @@ sudo GLOG_v=1 ./bin/mesos-tests.sh --verbose --gtest_filter="*DOCKER*" --gtest_b
 
 <h2>Core Libraries</h2>
 
-<p>There are two core libraries in Mesos: <em>stout</em> and <em>libprocess</em>. <em>stout</em> is the low level operating system abstraction tooling that should be used in place of writing your own low level tools. <em>libprocess</em> is a library used to support building compatible concurrent components (see <a href="https://www.youtube.com/watch?v=5EIiU6R_6KE">video</a> for an introduction to the <em>libprocess</em> library). New contributors to Mesos should become familiar with these libraries and utilize them where appropriate. Additional documentation can be found in the following two README files: <a href="https://github.com/apache/mesos/blob/master/3rdparty/libprocess/README.md">3rdparty/libprocess/README.md</a> and <a href="https://github.com/apache/mesos/blob/master/3rdparty/stout/README.md">3rdparty/stout/README.md</a>.</p>
+<p>There are two core libraries in Mesos: <em>stout</em> and <em>libprocess</em>. <em>stout</em> is the low level operating system abstraction tooling that should be used in place of writing your own low level tools. <em>libprocess</em> is a library used to support building compatible concurrent components. New contributors to Mesos should become familiar with these libraries and utilize them where appropriate. Additional documentation can be found in the following two README files: <a href="https://github.com/apache/mesos/blob/master/3rdparty/libprocess/README.md">3rdparty/libprocess/README.md</a> and <a href="https://github.com/apache/mesos/blob/master/3rdparty/stout/README.md">3rdparty/stout/README.md</a>.</p>
 
   </div>
 </div>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/b15d48bd/content/documentation/committers/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/committers/index.html b/content/documentation/committers/index.html
index 3ff748b..054a42a 100644
--- a/content/documentation/committers/index.html
+++ b/content/documentation/committers/index.html
@@ -154,21 +154,21 @@
     <tr>
       <td>-8</td>
       <td>Adam B</td>
-      <td>Mesosphere</td>
+      <td></td>
       <td>adam-mesos</td>
       <td>me@apache.org</td>
     </tr>
     <tr>
       <td>-8</td>
       <td>Tim Chen</td>
-      <td>Mesosphere</td>
+      <td></td>
       <td>tnachen</td>
       <td>tnachen@apache.org</td>
     </tr>
     <tr>
       <td>-8</td>
       <td>Neil Conway</td>
-      <td>Mesosphere</td>
+      <td></td>
       <td>neilc</td>
       <td>neilc@apache.org</td>
     </tr>
@@ -287,14 +287,14 @@
     <tr>
       <td>+1</td>
       <td>Bernd Mathiske</td>
-      <td>Mesosphere</td>
+      <td></td>
       <td>bernd</td>
       <td>bernd@apache.org</td>
     </tr>
     <tr>
       <td>-8</td>
       <td>Brenden Matthews</td>
-      <td>Mesosphere</td>
+      <td></td>
       <td>brenden_</td>
       <td>brenden@apache.org</td>
     </tr>
@@ -308,7 +308,7 @@
     <tr>
       <td>-8</td>
       <td>Anand Mazumdar</td>
-      <td>Mesosphere</td>
+      <td></td>
       <td>anandm</td>
       <td>anand@apache.org</td>
     </tr>
@@ -329,7 +329,7 @@
     <tr>
       <td>-5</td>
       <td>Michael Park</td>
-      <td>Mesosphere</td>
+      <td></td>
       <td>mpark</td>
       <td>mpark@apache.org</td>
     </tr>
@@ -357,7 +357,7 @@
     <tr>
       <td>-8</td>
       <td>Joris Van Remoortere</td>
-      <td>Mesosphere</td>
+      <td></td>
       <td>joris</td>
       <td>joris@apache.org</td>
     </tr>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/b15d48bd/content/documentation/latest/advanced-contribution/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/advanced-contribution/index.html b/content/documentation/latest/advanced-contribution/index.html
index aaabdbb..f4db311 100644
--- a/content/documentation/latest/advanced-contribution/index.html
+++ b/content/documentation/latest/advanced-contribution/index.html
@@ -310,7 +310,7 @@ sudo GLOG_v=1 ./bin/mesos-tests.sh --verbose --gtest_filter="*DOCKER*" --gtest_b
 
 <h2>Core Libraries</h2>
 
-<p>There are two core libraries in Mesos: <em>stout</em> and <em>libprocess</em>. <em>stout</em> is the low level operating system abstraction tooling that should be used in place of writing your own low level tools. <em>libprocess</em> is a library used to support building compatible concurrent components (see <a href="https://www.youtube.com/watch?v=5EIiU6R_6KE">video</a> for an introduction to the <em>libprocess</em> library). New contributors to Mesos should become familiar with these libraries and utilize them where appropriate. Additional documentation can be found in the following two README files: <a href="https://github.com/apache/mesos/blob/master/3rdparty/libprocess/README.md">3rdparty/libprocess/README.md</a> and <a href="https://github.com/apache/mesos/blob/master/3rdparty/stout/README.md">3rdparty/stout/README.md</a>.</p>
+<p>There are two core libraries in Mesos: <em>stout</em> and <em>libprocess</em>. <em>stout</em> is the low level operating system abstraction tooling that should be used in place of writing your own low level tools. <em>libprocess</em> is a library used to support building compatible concurrent components. New contributors to Mesos should become familiar with these libraries and utilize them where appropriate. Additional documentation can be found in the following two README files: <a href="https://github.com/apache/mesos/blob/master/3rdparty/libprocess/README.md">3rdparty/libprocess/README.md</a> and <a href="https://github.com/apache/mesos/blob/master/3rdparty/stout/README.md">3rdparty/stout/README.md</a>.</p>
 
   </div>
 </div>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/b15d48bd/content/documentation/latest/committers/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/committers/index.html b/content/documentation/latest/committers/index.html
index 8376fa8..ead945f 100644
--- a/content/documentation/latest/committers/index.html
+++ b/content/documentation/latest/committers/index.html
@@ -154,21 +154,21 @@
     <tr>
       <td>-8</td>
       <td>Adam B</td>
-      <td>Mesosphere</td>
+      <td></td>
       <td>adam-mesos</td>
       <td>me@apache.org</td>
     </tr>
     <tr>
       <td>-8</td>
       <td>Tim Chen</td>
-      <td>Mesosphere</td>
+      <td></td>
       <td>tnachen</td>
       <td>tnachen@apache.org</td>
     </tr>
     <tr>
       <td>-8</td>
       <td>Neil Conway</td>
-      <td>Mesosphere</td>
+      <td></td>
       <td>neilc</td>
       <td>neilc@apache.org</td>
     </tr>
@@ -287,14 +287,14 @@
     <tr>
       <td>+1</td>
       <td>Bernd Mathiske</td>
-      <td>Mesosphere</td>
+      <td></td>
       <td>bernd</td>
       <td>bernd@apache.org</td>
     </tr>
     <tr>
       <td>-8</td>
       <td>Brenden Matthews</td>
-      <td>Mesosphere</td>
+      <td></td>
       <td>brenden_</td>
       <td>brenden@apache.org</td>
     </tr>
@@ -308,7 +308,7 @@
     <tr>
       <td>-8</td>
       <td>Anand Mazumdar</td>
-      <td>Mesosphere</td>
+      <td></td>
       <td>anandm</td>
       <td>anand@apache.org</td>
     </tr>
@@ -329,7 +329,7 @@
     <tr>
       <td>-5</td>
       <td>Michael Park</td>
-      <td>Mesosphere</td>
+      <td></td>
       <td>mpark</td>
       <td>mpark@apache.org</td>
     </tr>
@@ -357,7 +357,7 @@
     <tr>
       <td>-8</td>
       <td>Joris Van Remoortere</td>
-      <td>Mesosphere</td>
+      <td></td>
       <td>joris</td>
       <td>joris@apache.org</td>
     </tr>