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/08/09 16:58:02 UTC

mesos-site git commit: Updated the website built from mesos SHA: 3587ca1.

Repository: mesos-site
Updated Branches:
  refs/heads/asf-site c976bef38 -> 6ec2ab9ee


Updated the website built from mesos SHA: 3587ca1.


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

Branch: refs/heads/asf-site
Commit: 6ec2ab9eec53ae738bef71e66be8373b003ad254
Parents: c976bef
Author: jenkins <bu...@apache.org>
Authored: Wed Aug 9 16:58:00 2017 +0000
Committer: jenkins <bu...@apache.org>
Committed: Wed Aug 9 16:58:00 2017 +0000

----------------------------------------------------------------------
 content/documentation/configuration/index.html      | 16 ++++++++++++++++
 .../documentation/latest/configuration/index.html   | 16 ++++++++++++++++
 2 files changed, 32 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos-site/blob/6ec2ab9e/content/documentation/configuration/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/configuration/index.html b/content/documentation/configuration/index.html
index 4b300ca..f907c78 100644
--- a/content/documentation/configuration/index.html
+++ b/content/documentation/configuration/index.html
@@ -2635,6 +2635,14 @@ quotas for container sandbox directories. Valid project IDs range from
   </tr>
   <tr>
     <td>
+      --enable-parallel-test-execution
+    </td>
+    <td>
+      Whether to attempt to run tests in parallel.
+    </td>
+  </tr>
+  <tr>
+    <td>
       --disable-python
     </td>
     <td>
@@ -2702,6 +2710,14 @@ quotas for container sandbox directories. Valid project IDs range from
       greatly improves message passing performance!
     </td>
   </tr>
+  <tr>
+    <td>
+      --disable-werror
+    </td>
+    <td>
+      Disables treating compiler warnings as fatal errors.
+    </td>
+  </tr>
 </table>
 
 

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/6ec2ab9e/content/documentation/latest/configuration/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/configuration/index.html b/content/documentation/latest/configuration/index.html
index 8668b6b..46d3e09 100644
--- a/content/documentation/latest/configuration/index.html
+++ b/content/documentation/latest/configuration/index.html
@@ -2635,6 +2635,14 @@ quotas for container sandbox directories. Valid project IDs range from
   </tr>
   <tr>
     <td>
+      --enable-parallel-test-execution
+    </td>
+    <td>
+      Whether to attempt to run tests in parallel.
+    </td>
+  </tr>
+  <tr>
+    <td>
       --disable-python
     </td>
     <td>
@@ -2702,6 +2710,14 @@ quotas for container sandbox directories. Valid project IDs range from
       greatly improves message passing performance!
     </td>
   </tr>
+  <tr>
+    <td>
+      --disable-werror
+    </td>
+    <td>
+      Disables treating compiler warnings as fatal errors.
+    </td>
+  </tr>
 </table>