You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Du Li <li...@gmail.com> on 2013/11/01 05:31:06 UTC

Review Request 15172: fix Makefile.am to add new CLI commands mesos-status and mesos-upload

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

Review request for mesos and Benjamin Hindman.


Repository: mesos-git


Description
-------

This is to add new CLI commands mesos-status and mesos-upload to the Makefile.am file so that the two commands will appear in the $prefix/bin directory after building and installing mesos.

In addition, another attempt is made to include the shared module cli_utils.py into the library (MESOS_EGG?). However, this didn't work out due to an ImportError when executing commands mesos ps|status|upload. Further fix is needed.


Diffs
-----

  src/Makefile.am a11c76b 

Diff: https://reviews.apache.org/r/15172/diff/


Testing
-------

a local linux cluster running the HEAD with the proposed changes.


Thanks,

Du Li