You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by James Peach <jp...@apache.org> on 2016/12/09 23:26:30 UTC

Review Request 54613: Install a symlink rather than building mesos-slave twice.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/54613/
-----------------------------------------------------------

Review request for mesos, Benjamin Bannier, Alex Clemmer, and Joseph Wu.


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