This is an automated email from the ASF dual-hosted git repository.

abudnik pushed a change to branch 1.7.x
in repository https://gitbox.apache.org/repos/asf/mesos.git.


    from 5b39908  Changed termination logic of the default executor.
     new 0567b31  Moved the Docker executor declaration into a header.
     new 8af5a6d  Fixed compiler error.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/CMakeLists.txt               |   2 +-
 src/Makefile.am                  |   3 +-
 src/docker/CMakeLists.txt        |  20 ---
 src/docker/executor.cpp          | 348 +++++++++------------------------------
 src/docker/executor.hpp          |  53 ++++++
 src/exec/exec.cpp                |   2 +
 src/launcher/CMakeLists.txt      |   5 +
 src/launcher/docker_executor.cpp | 266 ++++++++++++++++++++++++++++++
 8 files changed, 410 insertions(+), 289 deletions(-)
 delete mode 100644 src/docker/CMakeLists.txt
 create mode 100644 src/launcher/docker_executor.cpp

Reply via email to