You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by kl...@apache.org on 2018/10/31 23:03:57 UTC

[mesos] branch master updated: Updated 'CLI_FILES' in 'cli_new/CmakeLists.txt'.

This is an automated email from the ASF dual-hosted git repository.

klueska pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new d8062f2  Updated 'CLI_FILES' in 'cli_new/CmakeLists.txt'.
d8062f2 is described below

commit d8062f231b9f27889b7cae7a42eef49e4eed79ec
Author: Armand Grillet <ag...@mesosphere.io>
AuthorDate: Wed Oct 31 18:43:44 2018 -0400

    Updated 'CLI_FILES' in 'cli_new/CmakeLists.txt'.
    
    Review: https://reviews.apache.org/r/69138/
---
 src/python/cli_new/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/python/cli_new/CMakeLists.txt b/src/python/cli_new/CMakeLists.txt
index 9eda917..889f7db 100644
--- a/src/python/cli_new/CMakeLists.txt
+++ b/src/python/cli_new/CMakeLists.txt
@@ -27,6 +27,7 @@ if (ENABLE_NEW_CLI)
     lib/cli/docopt.py
     lib/cli/exceptions.py
     lib/cli/http.py
+    lib/cli/mesos.py
     lib/cli/util.py
     lib/cli/plugins/__init__.py
     lib/cli/plugins/base.py