-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/23086/
-----------------------------------------------------------
(Updated Aug. 13, 2014, 7:28 p.m.)
Review request for mesos, Benjamin Hindman and Vinod Kone.
Changes
-------
update from review to SUBST protoc and do a python check on google.protobuf.
Bugs: MESOS-1174
https://issues.apache.org/jira/browse/MESOS-1174
Repository: mesos-git
Description
-------
Enable mesos to build against system installed version of protobuf.
Diffs (updated)
-----
3rdparty/libprocess/3rdparty/Makefile.am 497d038
3rdparty/libprocess/3rdparty/stout/include/stout/json.hpp d98d953
3rdparty/libprocess/3rdparty/stout/include/stout/result.hpp ce8dd9b
3rdparty/libprocess/3rdparty/stout/include/stout/try.hpp 87c5fc8
3rdparty/libprocess/3rdparty/stout/tests/json_tests.cpp 3bfc8e6
3rdparty/libprocess/configure.ac 7b39e63
3rdparty/libprocess/include/process/defer.hpp ebe6f2d
3rdparty/libprocess/include/process/future.hpp 46ae16b
3rdparty/libprocess/src/process.cpp c2bee98
configure.ac 8fb0a3a
include/mesos/mesos.proto dc781d1
mpi/mpiexec-mesos.in 8812ee2
src/Makefile.am 0ac95b4
src/common/http.hpp afce7fe
src/common/http.cpp 58050e9
src/common/type_utils.cpp 78bfa94
src/examples/java/test-exception-framework.in 065f3c0
src/examples/java/test-executor.in 35559d2
src/examples/java/test-framework.in 9af48f9
src/examples/java/test-log.in 8afed0d
src/examples/java/test-multiple-executors-framework.in 235eb23
src/examples/python/test-containerizer.in f71828d
src/examples/python/test-executor.in b22e7a7
src/examples/python/test-framework.in 64fb1dd
src/health-check/main.cpp 6849947
src/launcher/executor.cpp 64a4175
src/master/http.cpp 6dd11fe
src/master/master.cpp e948803
src/python/native/ext_modules.py.in 477e63d
src/slave/containerizer/mesos/launch.cpp 4e727a1
src/slave/http.cpp 92eb348
src/slave/slave.cpp 59477d5
src/tests/common/http_tests.cpp 5fa51bf
src/tests/health_check_tests.cpp 64fbf62
src/tests/master_authorization_tests.cpp b9aa7bf
src/tests/process_spawn.cpp PRE-CREATION
src/tests/reconciliation_tests.cpp 8c66659
Diff: https://reviews.apache.org/r/23086/diff/
Testing
-------
make check
Thanks,
Timothy St. Clair