[2/2] mesos git commit: Updated Python virtual environment dependencies.

2018-07-11 Thread bbannier
Updated Python virtual environment dependencies. Fixes the error message when running support/build-virtualenv: `npm WARN ajv-keywords@3.2.0 requires a peer of ajv@^6.0.0 but none is installed. You must install peer dependencies yourself.`. Updates the PyInstaller dependency due to issues with

[1/2] mesos git commit: Added virtualenv requirements watcher to Python 3 mesos-style.py.

2018-07-11 Thread bbannier
Repository: mesos Updated Branches: refs/heads/master a6f52defb -> 14c68199c Added virtualenv requirements watcher to Python 3 mesos-style.py. The Python and JavaScript linters run by mesos-style.py, called by our Git hooks, require a virtual environment. This virtual environment needs to be

[1/2] mesos-site git commit: Updated the website built from mesos SHA: 14c6819.

2018-07-11 Thread git-site-role
Repository: mesos-site Updated Branches: refs/heads/asf-site 71339a176 -> 7756eb655 http://git-wip-us.apache.org/repos/asf/mesos-site/blob/7756eb65/content/sitemap.xml -- diff --git a/content/sitemap.xml b/content/sitemap.xml

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

2018-07-11 Thread git-site-role
Updated the website built from mesos SHA: 14c6819. Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/7756eb65 Tree: http://git-wip-us.apache.org/repos/asf/mesos-site/tree/7756eb65 Diff:

[1/2] mesos git commit: Cleaned up whitespace in `site/doap.rdf`.

2018-07-11 Thread andschwa
Repository: mesos Updated Branches: refs/heads/master 14c68199c -> 01475ec28 Cleaned up whitespace in `site/doap.rdf`. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/5076bab4 Tree:

[2/2] mesos git commit: Made Git normalize all line endings automatically.

2018-07-11 Thread andschwa
Made Git normalize all line endings automatically. Instead of relying on the user to `core.autocrlf = true` before cloning, we now set this in `.gitattributes` for all files. Only one file needed normalization via `git add --renormalize .`, it was `site/doap.rdf`. The Windows instructions were

mesos-site git commit: Updated the website built from mesos SHA: 01475ec.

2018-07-11 Thread git-site-role
Repository: mesos-site Updated Branches: refs/heads/asf-site 7756eb655 -> c2512090e Updated the website built from mesos SHA: 01475ec. Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/c2512090 Tree:

[1/2] mesos git commit: Prevented master from asking agents to shutdown on auth failures.

2018-07-11 Thread grag
Repository: mesos Updated Branches: refs/heads/1.6.x 052af588c -> ae82dd5cc Prevented master from asking agents to shutdown on auth failures. The Mesos master sends a `ShutdownMessage` to an agent if there is an authentication or an authorization error during agent (re)registration. Upon

mesos git commit: Added MESOS-8987 to the 1.6.1 CHANGELOG.

2018-07-11 Thread grag
Repository: mesos Updated Branches: refs/heads/master 01475ec28 -> 648b73ec2 Added MESOS-8987 to the 1.6.1 CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/648b73ec Tree:

[2/2] mesos git commit: Added MESOS-8987 to the 1.6.1 CHANGELOG.

2018-07-11 Thread grag
Added MESOS-8987 to the 1.6.1 CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/ae82dd5c Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/ae82dd5c Diff:

[2/2] mesos git commit: Added MESOS-8987 to the 1.5.2 CHANGELOG.

2018-07-11 Thread grag
Added MESOS-8987 to the 1.5.2 CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/eee8f212 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/eee8f212 Diff:

mesos git commit: Added MESOS-8987 to the 1.5.2 CHANGELOG.

2018-07-11 Thread grag
Repository: mesos Updated Branches: refs/heads/master 648b73ec2 -> 4bcfefe21 Added MESOS-8987 to the 1.5.2 CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/4bcfefe2 Tree:

[1/2] mesos git commit: Prevented master from asking agents to shutdown on auth failures.

2018-07-11 Thread grag
Repository: mesos Updated Branches: refs/heads/1.5.x 2440c7310 -> eee8f2124 Prevented master from asking agents to shutdown on auth failures. The Mesos master sends a `ShutdownMessage` to an agent if there is an authentication or an authorization error during agent (re)registration. Upon

mesos git commit: Removed embedded interfaces from the framework development guide.

2018-07-11 Thread bmahler
Repository: mesos Updated Branches: refs/heads/master 2915a80bd -> be2ee8366 Removed embedded interfaces from the framework development guide. This replaces embedded interfaces in the document to links to the actual interfaces. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo

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

2018-07-11 Thread git-site-role
Repository: mesos-site Updated Branches: refs/heads/asf-site 33d26065d -> e5950137b Updated the website built from mesos SHA: be2ee83. Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/e5950137 Tree:

mesos git commit: Fixed the error log in POSIX `os::rmdir`.

2018-07-11 Thread chhsiao
Repository: mesos Updated Branches: refs/heads/master 4bcfefe21 -> 2915a80bd Fixed the error log in POSIX `os::rmdir`. The POSIX implementation of `os::rmdir` uses FTS functions to walk through all paths under a given directory. According to the manpage, the `fts_path` field "contains the

[mesos] Git Push Summary

2018-07-11 Thread grag
Repository: mesos Updated Tags: refs/tags/1.6.1-rc2 [created] 81b8755a7

[2/4] mesos-site git commit: Updated the website built from mesos SHA: 2915a80.

2018-07-11 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/33d26065/content/api/latest/c++/posix_2rmdir_8hpp_source.html -- diff --git a/content/api/latest/c++/posix_2rmdir_8hpp_source.html

[1/4] mesos-site git commit: Updated the website built from mesos SHA: 2915a80.

2018-07-11 Thread git-site-role
Repository: mesos-site Updated Branches: refs/heads/asf-site c2512090e -> 33d26065d http://git-wip-us.apache.org/repos/asf/mesos-site/blob/33d26065/content/sitemap.xml -- diff --git a/content/sitemap.xml b/content/sitemap.xml

[4/4] mesos-site git commit: Updated the website built from mesos SHA: 2915a80.

2018-07-11 Thread git-site-role
Updated the website built from mesos SHA: 2915a80. Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/33d26065 Tree: http://git-wip-us.apache.org/repos/asf/mesos-site/tree/33d26065 Diff:

[3/4] mesos-site git commit: Updated the website built from mesos SHA: 2915a80.

2018-07-11 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/33d26065/content/api/latest/c++/docker__common_8hpp_source.html -- diff --git a/content/api/latest/c++/docker__common_8hpp_source.html

svn commit: r28066 - in /dev/mesos/1.6.1-rc2: ./ mesos-1.6.1.tar.gz mesos-1.6.1.tar.gz.asc mesos-1.6.1.tar.gz.sha512

2018-07-11 Thread grag
Author: grag Date: Thu Jul 12 01:08:32 2018 New Revision: 28066 Log: Adding mesos-1.6.1-rc2. Added: dev/mesos/1.6.1-rc2/ dev/mesos/1.6.1-rc2/mesos-1.6.1.tar.gz (with props) dev/mesos/1.6.1-rc2/mesos-1.6.1.tar.gz.asc dev/mesos/1.6.1-rc2/mesos-1.6.1.tar.gz.sha512 Added: