[mesos] Git Push Summary

2017-08-16 Thread alexr
Repository: mesos Updated Tags: refs/tags/1.1.3-rc1 [created] 9af124dbb

mesos git commit: Updated website for 1.3.1 release.

2017-08-16 Thread mpark
Repository: mesos Updated Branches: refs/heads/master 80074 -> 972b4ea61 Updated website for 1.3.1 release. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/972b4ea6 Tree:

[2/4] mesos git commit: Added MESOS-7652 to 1.3.2 CHANGELOG.

2017-08-16 Thread gilbert
Added MESOS-7652 to 1.3.2 CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/ba5e92d7 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/ba5e92d7 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/ba5e92d7

[1/4] mesos git commit: Fixed mesos containerizer to support docker image WORKDIR missing.

2017-08-16 Thread gilbert
Repository: mesos Updated Branches: refs/heads/master 258363a56 -> 80074 Fixed mesos containerizer to support docker image WORKDIR missing. Some docker image may have 'WORKDIR' set in its manifest but that 'WORKDIR' does not exist in the image rootfs (e.g., the workdir is removed in the

[3/4] mesos git commit: Added MESOS-7652 to 1.1.3 CHANGELOG.

2017-08-16 Thread gilbert
Added MESOS-7652 to 1.1.3 CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/8007 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/8007 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/8007

[4/4] mesos git commit: Added MESOS-7652 to 1.2.3 CHANGELOG.

2017-08-16 Thread gilbert
Added MESOS-7652 to 1.2.3 CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/0cc6673a Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/0cc6673a Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/0cc6673a

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

2017-08-16 Thread git-site-role
Repository: mesos-site Updated Branches: refs/heads/asf-site 045a4913c -> d732413a4 Updated the website built from mesos SHA: 972b4ea. Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/d732413a Tree:

[2/4] mesos git commit: Added MESOS-7652 to 1.3.2 CHANGELOG.

2017-08-16 Thread gilbert
Added MESOS-7652 to 1.3.2 CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/20ccac0d Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/20ccac0d Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/20ccac0d

[1/4] mesos git commit: Added MESOS-7652 to 1.1.3 CHANGELOG.

2017-08-16 Thread gilbert
Repository: mesos Updated Branches: refs/heads/1.4.x e185d805c -> 1d7cc2b45 Added MESOS-7652 to 1.1.3 CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/1d7cc2b4 Tree:

[4/4] mesos git commit: Fixed mesos containerizer to support docker image WORKDIR missing.

2017-08-16 Thread gilbert
Fixed mesos containerizer to support docker image WORKDIR missing. Some docker image may have 'WORKDIR' set in its manifest but that 'WORKDIR' does not exist in the image rootfs (e.g., the workdir is removed in the following dockerfile). >From the reference of dockerfile, "If the WORKDIR

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

2017-08-16 Thread git-site-role
Repository: mesos-site Updated Branches: refs/heads/asf-site 95c748d67 -> 045a4913c http://git-wip-us.apache.org/repos/asf/mesos-site/blob/045a4913/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: 258363a.

2017-08-16 Thread git-site-role
Updated the website built from mesos SHA: 258363a. Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/045a4913 Tree: http://git-wip-us.apache.org/repos/asf/mesos-site/tree/045a4913 Diff:

mesos git commit: Fixed a bug around `kill()` not removing active containers.

2017-08-16 Thread anand
Repository: mesos Updated Branches: refs/heads/1.4.x 014f812ef -> e185d805c Fixed a bug around `kill()` not removing active containers. The composing containerizer relies on users invoking `destroy()` for removing the container from the list of active containers. However, when using `kill()`

mesos git commit: Fixed a bug around `kill()` not removing active containers.

2017-08-16 Thread anand
Repository: mesos Updated Branches: refs/heads/master 6a1e4f7c6 -> 258363a56 Fixed a bug around `kill()` not removing active containers. The composing containerizer relies on users invoking `destroy()` for removing the container from the list of active containers. However, when using `kill()`