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 2017/10/02 19:18:39 UTC

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

Updated the website built from mesos SHA: 90458f1.


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

Branch: refs/heads/asf-site
Commit: 7d03fd37d2550f22ecfa10dc507ce4f868214881
Parents: 55d8930
Author: jenkins <bu...@apache.org>
Authored: Mon Oct 2 19:18:35 2017 +0000
Committer: jenkins <bu...@apache.org>
Committed: Mon Oct 2 19:18:35 2017 +0000

----------------------------------------------------------------------
 .../configuration-cmake/index.html              |    8 -
 .../latest/configuration-cmake/index.html       |    8 -
 content/documentation/latest/windows/index.html |    2 +-
 content/documentation/windows/index.html        |    2 +-
 content/sitemap.xml                             | 8516 +++++++++---------
 5 files changed, 4260 insertions(+), 4276 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos-site/blob/7d03fd37/content/documentation/configuration-cmake/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/configuration-cmake/index.html b/content/documentation/configuration-cmake/index.html
index 69c43db..ea1f823 100644
--- a/content/documentation/configuration-cmake/index.html
+++ b/content/documentation/configuration-cmake/index.html
@@ -188,14 +188,6 @@ the CMake build system.</p>
   </tr>
   <tr>
     <td>
-      -DHAS_AUTHENTICATION
-    </td>
-    <td>
-      Build Mesos with support for authentication. [default=TRUE]
-    </td>
-  </tr>
-  <tr>
-    <td>
       -DREBUNDLED
     </td>
     <td>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/7d03fd37/content/documentation/latest/configuration-cmake/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/configuration-cmake/index.html b/content/documentation/latest/configuration-cmake/index.html
index bfa0b22..49dd44f 100644
--- a/content/documentation/latest/configuration-cmake/index.html
+++ b/content/documentation/latest/configuration-cmake/index.html
@@ -188,14 +188,6 @@ the CMake build system.</p>
   </tr>
   <tr>
     <td>
-      -DHAS_AUTHENTICATION
-    </td>
-    <td>
-      Build Mesos with support for authentication. [default=TRUE]
-    </td>
-  </tr>
-  <tr>
-    <td>
       -DREBUNDLED
     </td>
     <td>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/7d03fd37/content/documentation/latest/windows/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/windows/index.html b/content/documentation/latest/windows/index.html
index a4257b6..00aaa0d 100644
--- a/content/documentation/latest/windows/index.html
+++ b/content/documentation/latest/windows/index.html
@@ -154,7 +154,7 @@ cd mesos
 # Configure using CMake for an out-of-tree build.
 mkdir build
 cd build
-cmake .. -G "Visual Studio 15 2017 Win64" -T "host=x64" -DENABLE_LIBEVENT=1 -DHAS_AUTHENTICATION=0
+cmake .. -G "Visual Studio 15 2017 Win64" -T "host=x64" -DENABLE_LIBEVENT=1
 
 # Build Mesos.
 # To build just the Mesos agent, add `--target mesos-agent`.

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/7d03fd37/content/documentation/windows/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/windows/index.html b/content/documentation/windows/index.html
index aed449b..9aba155 100644
--- a/content/documentation/windows/index.html
+++ b/content/documentation/windows/index.html
@@ -154,7 +154,7 @@ cd mesos
 # Configure using CMake for an out-of-tree build.
 mkdir build
 cd build
-cmake .. -G "Visual Studio 15 2017 Win64" -T "host=x64" -DENABLE_LIBEVENT=1 -DHAS_AUTHENTICATION=0
+cmake .. -G "Visual Studio 15 2017 Win64" -T "host=x64" -DENABLE_LIBEVENT=1
 
 # Build Mesos.
 # To build just the Mesos agent, add `--target mesos-agent`.