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

mesos git commit: Added the missing file to src/CMakeLists.txt.

Repository: mesos
Updated Branches:
  refs/heads/master cb1d7be77 -> 468b8ecbe


Added the missing file to src/CMakeLists.txt.


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

Branch: refs/heads/master
Commit: 468b8ecbe5bcb968a4e802a0cf2fa95da2234af7
Parents: cb1d7be
Author: Jie Yu <yu...@gmail.com>
Authored: Sat Jan 9 23:27:48 2016 -0800
Committer: Jie Yu <yu...@gmail.com>
Committed: Sat Jan 9 23:27:48 2016 -0800

----------------------------------------------------------------------
 src/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/468b8ecb/src/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 6ae44c7..39a23df 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -253,6 +253,7 @@ set(URI_SRC
   uri/fetcher.cpp
   uri/utils.cpp
   uri/fetchers/curl.cpp
+  uri/fetchers/docker.cpp
   uri/fetchers/hadoop.cpp
   )