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

bmahler pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.


    from 6d76751  Fixed unreachable code warning for `cgroups::destroy`.
     new 570d80d  Split out exec.hpp from shell.hpp in stout.
     new dc0577e  Updated libprocess for exec.hpp addition to stout.
     new 898201b  Updated mesos for os/exec.hpp addition to stout.

The 3 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:
 3rdparty/libprocess/include/process/subprocess.hpp |   3 +-
 3rdparty/libprocess/src/subprocess.cpp             |   3 +-
 3rdparty/libprocess/src/windows/subprocess.hpp     |   9 +-
 3rdparty/stout/include/Makefile.am                 |   3 +
 3rdparty/stout/include/stout/os.hpp                |   1 +
 .../stout/include/stout/os/{ls.hpp => exec.hpp}    |  12 +-
 3rdparty/stout/include/stout/os/posix/chown.hpp    |   1 -
 3rdparty/stout/include/stout/os/posix/copyfile.hpp |   2 +-
 3rdparty/stout/include/stout/os/posix/exec.hpp     |  99 +++++
 3rdparty/stout/include/stout/os/posix/shell.hpp    |  46 ---
 .../stout/os/windows/{shell.hpp => exec.hpp}       | 223 +++--------
 3rdparty/stout/include/stout/os/windows/shell.hpp  | 420 +--------------------
 3rdparty/stout/include/stout/posix/os.hpp          |  21 --
 3rdparty/stout/tests/os/process_tests.cpp          |   4 +-
 3rdparty/stout/tests/os/rmdir_tests.cpp            |   1 +
 3rdparty/stout/tests/os_tests.cpp                  |   5 +-
 src/hdfs/hdfs.cpp                                  |   1 -
 src/linux/fs.cpp                                   |   2 +-
 .../cni/plugins/port_mapper/port_mapper.cpp        |   1 +
 src/slave/containerizer/mesos/launch.cpp           |   2 +
 src/tests/containerizer/cgroups_isolator_tests.cpp |   2 +
 src/tests/containerizer/perf_tests.cpp             |   3 +-
 src/tests/environment.cpp                          |   1 +
 src/uri/fetchers/docker.cpp                        |   1 +
 24 files changed, 186 insertions(+), 680 deletions(-)
 copy 3rdparty/stout/include/stout/os/{ls.hpp => exec.hpp} (82%)
 create mode 100644 3rdparty/stout/include/stout/os/posix/exec.hpp
 copy 3rdparty/stout/include/stout/os/windows/{shell.hpp => exec.hpp} (72%)

Reply via email to