-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53791/
-----------------------------------------------------------
(Updated Nov. 29, 2016, 12:37 a.m.)
Review request for mesos, Gilbert Song, Jie Yu, Kevin Klues, and Jiang Yan Xu.
Changes
-------
Rebase and update from review comments.
Bugs: MESOS-6588
https://issues.apache.org/jira/browse/MESOS-6588
Repository: mesos
Description
-------
The dependencies for the programs we need in the Linux root
filesystem vary over time and across distributions. Since Stout
has support for parsing the library dependencies of ELF binaries,
use this to collect the necessary dependencies when constructing
a root filesystem for the tests.
Diffs (updated)
-----
src/CMakeLists.txt 9ff47d7a95c3baa5aa10039039e5ad065180ba45
src/Makefile.am 85eda538caf39f81f052896e744b7b0c724f81bb
src/linux/ldd.hpp PRE-CREATION
src/linux/ldd.cpp PRE-CREATION
src/tests/containerizer/rootfs.hpp 6bc3835cbb62536ec933ef38c9e15138b8611e5f
src/tests/containerizer/rootfs.cpp PRE-CREATION
Diff: https://reviews.apache.org/r/53791/diff/
Testing
-------
sudo make check (Fedora 24)
Thanks,
James Peach