----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46816/ -----------------------------------------------------------
(Updated May 4, 2016, 10:42 a.m.) Review request for mesos, zhou xing, James Peach, Kapil Arya, and Vinod Kone. Bugs: MESOS-5326 https://issues.apache.org/jira/browse/MESOS-5326 Repository: mesos Description ------- Fix the absolute symlink path issue of include/slave. Diffs ----- src/Makefile.am 53de98f43629dc94f7619324369caf88407b2f41 Diff: https://reviews.apache.org/r/46816/diff/ Testing ------- Fixes the slave linked to $RPM_BUILD_ROOT/$PREFIX/include/mesos/agent issue, should use relative path. I am not sure if this copy-template-and-create-symlink should be removed of not, since MESOS-3782 & MESOS-5230 already completed. This blocked our daily build. Thanks, Zhiwei Chen