Hi all, There is a symbolic link issue that point to a wrong path blocked our daily build.
When renaming slave to agent, it will create a symbolic link from include/agent to include/slave. But it used absolute path $(DESTDIR). When building RPM package, the $(DESTDIR) is in the $RPM_BUILD_ROOT directory which is not exist on a real node. The JIRA tickets: https://issues.apache.org/jira/browse/MESOS-5326 RR: https://reviews.apache.org/r/46816/ Thanks, Zhiwei
