----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54613/#review158920 -----------------------------------------------------------
Patch looks great! Reviews applied: [54613] Passed command: export OS='ubuntu:14.04' BUILDTOOL='autotools' COMPILER='gcc' CONFIGURATION='--verbose' ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1'; ./support/docker_build.sh - Mesos ReviewBot On Dec. 12, 2016, 5:10 p.m., James Peach wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/54613/ > ----------------------------------------------------------- > > (Updated Dec. 12, 2016, 5:10 p.m.) > > > Review request for mesos, Benjamin Bannier, Alex Clemmer, Joseph Wu, and > Michael Park. > > > Bugs: MESOS-6772 > https://issues.apache.org/jira/browse/MESOS-6772 > > > Repository: mesos > > > Description > ------- > > Install a symlink rather than building mesos-slave twice. > > > Diffs > ----- > > src/Makefile.am a4c03c2b918816e6dd8872d37e5208f055619c47 > > Diff: https://reviews.apache.org/r/54613/diff/ > > > Testing > ------- > > Make install: > ``` > [jpeach@jpeach mesos.git]$ ls -l /opt/mesos/sbin/ > total 10448 > -rwxr-xr-x 1 root root 5116104 Dec 9 15:27 mesos-agent* > -rwxr-xr-x 1 root root 5539096 Dec 9 15:27 mesos-master* > lrwxrwxrwx 1 root root 11 Dec 9 15:27 mesos-slave -> mesos-agent* > ``` > > > Thanks, > > James Peach > >
