Repository: mesos-site Updated Branches: refs/heads/asf-site 662318394 -> cc62708b9
Updated the website built from mesos SHA: ac4d52d. Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/cc62708b Tree: http://git-wip-us.apache.org/repos/asf/mesos-site/tree/cc62708b Diff: http://git-wip-us.apache.org/repos/asf/mesos-site/diff/cc62708b Branch: refs/heads/asf-site Commit: cc62708b91dd2efe028ca62ca76823aaf12f5764 Parents: 6623183 Author: jenkins <[email protected]> Authored: Wed Apr 25 19:09:25 2018 +0000 Committer: jenkins <[email protected]> Committed: Wed Apr 25 19:09:25 2018 +0000 ---------------------------------------------------------------------- content/blog/feed.xml | 2 +- .../blog/performance-working-group-progress-report/index.html | 2 +- content/documentation/latest/windows/index.html | 5 ++++- content/documentation/windows/index.html | 5 ++++- 4 files changed, 10 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos-site/blob/cc62708b/content/blog/feed.xml ---------------------------------------------------------------------- diff --git a/content/blog/feed.xml b/content/blog/feed.xml index 46b4532..821ce41 100644 --- a/content/blog/feed.xml +++ b/content/blog/feed.xml @@ -292,7 +292,7 @@ To learn more about CSI work in Mesos, you can dig into the design document < </ul> -<p>If you are a user and would like to suggest some areas for performance improvement, please let us know by emailing <a href="&#109;&#97;&#x69;&#108;&#x74;&#x6f;&#58;&#x64;&#x65;&#118;&#64;&#97;&#112;&#97;&#x63;&#104;&#x65;&#x2e;&#109;&#x65;&#x73;&#111;&#115;&#46;&#111;&#x72;&#x67;">&#x64;&#101;&#x76;&#64;&#x61;&#x70;&#x61;&#x63;&#x68;&#101;&#x2e;&#109;&#x65;&#x73;&#111;&#x73;&#x2e;&#111;&#114;&#x67;</a>.</p> +<p>If you are a user and would like to suggest some areas for performance improvement, please let us know by emailing <a href="&#109;&#x61;&#x69;&#108;&#116;&#111;&#58;&#100;&#x65;&#x76;&#64;&#97;&#112;&#x61;&#x63;&#104;&#x65;&#x2e;&#109;&#x65;&#x73;&#111;&#115;&#x2e;&#111;&#114;&#x67;">&#100;&#101;&#x76;&#x40;&#x61;&#x70;&#97;&#x63;&#x68;&#x65;&#x2e;&#109;&#101;&#115;&#111;&#115;&#46;&#x6f;&#x72;&#103;</a>.</p> </content> </entry> http://git-wip-us.apache.org/repos/asf/mesos-site/blob/cc62708b/content/blog/performance-working-group-progress-report/index.html ---------------------------------------------------------------------- diff --git a/content/blog/performance-working-group-progress-report/index.html b/content/blog/performance-working-group-progress-report/index.html index 265d38d..28c9151 100644 --- a/content/blog/performance-working-group-progress-report/index.html +++ b/content/blog/performance-working-group-progress-report/index.html @@ -238,7 +238,7 @@ </ul> -<p>If you are a user and would like to suggest some areas for performance improvement, please let us know by emailing <a href="mailto:dev@apache.mesos.org">dev@apache.mesos.org</a>.</p> +<p>If you are a user and would like to suggest some areas for performance improvement, please let us know by emailing <a href="mailto:dev@apache.mesos.org">dev@apache.mesos.org</a>.</p> </div> </div> http://git-wip-us.apache.org/repos/asf/mesos-site/blob/cc62708b/content/documentation/latest/windows/index.html ---------------------------------------------------------------------- diff --git a/content/documentation/latest/windows/index.html b/content/documentation/latest/windows/index.html index 342ce88..95a3c2a 100644 --- a/content/documentation/latest/windows/index.html +++ b/content/documentation/latest/windows/index.html @@ -125,7 +125,10 @@ During installation, choose to “Add CMake to the system PATH for all users <li><p>If building from source, install <a href="https://git-scm.com/download/win">Git</a>. During installation, keep the defaults to “Use Git from the Windows Command Prompt”, and “Checkout Windows-style, commit Unix-style -line endings” (i.e. <code>git config core.autocrlf true</code>).</p></li> +line endings” (i.e. <code>git config --global core.autocrlf true</code>). The +last part is <em>very</em> important, because GNU patch will crash with +“Assertion failed, hunk, file patch.c, line 343” if the patch files +on Windows are Unix-style (LF) instead of Windows-style (CRLF).</p></li> <li><p>Make sure there are no spaces in your build directory. For example, <code>C:/Program Files (x86)/mesos</code> is an invalid build directory.</p></li> <li><p>If developing Mesos, install <a href="https://www.python.org/downloads/">Python 2</a> http://git-wip-us.apache.org/repos/asf/mesos-site/blob/cc62708b/content/documentation/windows/index.html ---------------------------------------------------------------------- diff --git a/content/documentation/windows/index.html b/content/documentation/windows/index.html index d94c51b..6aa12c2 100644 --- a/content/documentation/windows/index.html +++ b/content/documentation/windows/index.html @@ -125,7 +125,10 @@ During installation, choose to “Add CMake to the system PATH for all users <li><p>If building from source, install <a href="https://git-scm.com/download/win">Git</a>. During installation, keep the defaults to “Use Git from the Windows Command Prompt”, and “Checkout Windows-style, commit Unix-style -line endings” (i.e. <code>git config core.autocrlf true</code>).</p></li> +line endings” (i.e. <code>git config --global core.autocrlf true</code>). The +last part is <em>very</em> important, because GNU patch will crash with +“Assertion failed, hunk, file patch.c, line 343” if the patch files +on Windows are Unix-style (LF) instead of Windows-style (CRLF).</p></li> <li><p>Make sure there are no spaces in your build directory. For example, <code>C:/Program Files (x86)/mesos</code> is an invalid build directory.</p></li> <li><p>If developing Mesos, install <a href="https://www.python.org/downloads/">Python 2</a>
