You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2016/04/15 01:55:44 UTC

[2/2] mesos git commit: Rename the mesos-slave target to mesos-slave in CMake.

Rename the mesos-slave target to mesos-slave in CMake.

Changed the libprocess CMake target to use 'mesos-agent' instead of
'mesos-slave'.

Review: https://reviews.apache.org/r/46134/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/5cd32bf8
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/5cd32bf8
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/5cd32bf8

Branch: refs/heads/master
Commit: 5cd32bf8164953d87468e5a646a741789d52a1c9
Parents: c83d71c
Author: zhou xing <xi...@cn.ibm.com>
Authored: Thu Apr 14 18:50:57 2016 -0500
Committer: Vinod Kone <vi...@gmail.com>
Committed: Thu Apr 14 18:54:04 2016 -0500

----------------------------------------------------------------------
 3rdparty/libprocess/cmake/Process3rdpartyConfigure.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/5cd32bf8/3rdparty/libprocess/cmake/Process3rdpartyConfigure.cmake
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/cmake/Process3rdpartyConfigure.cmake b/3rdparty/libprocess/cmake/Process3rdpartyConfigure.cmake
index 7b53a49..ac75baf 100644
--- a/3rdparty/libprocess/cmake/Process3rdpartyConfigure.cmake
+++ b/3rdparty/libprocess/cmake/Process3rdpartyConfigure.cmake
@@ -131,5 +131,5 @@ include(ProcessConfigure)
 # Define target for AGENT.
 ##########################
 set(
-  AGENT_TARGET mesos-slave
-  CACHE STRING "Target we use to refer to slave executable")
+  AGENT_TARGET mesos-agent
+  CACHE STRING "Target we use to refer to agent executable")