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/08/10 19:26:20 UTC

mesos git commit: Removed `test_containerizer.py` from src/Makefile.am.

Repository: mesos
Updated Branches:
  refs/heads/master b2d83a3b8 -> 044450208


Removed `test_containerizer.py` from src/Makefile.am.

This file was deleted when we removed the external containerizer.


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

Branch: refs/heads/master
Commit: 0444502085b3bb5f606b5ccba4ec772a956faa98
Parents: b2d83a3
Author: Vinod Kone <vi...@gmail.com>
Authored: Wed Aug 10 12:25:20 2016 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Wed Aug 10 12:25:20 2016 -0700

----------------------------------------------------------------------
 src/Makefile.am | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/04445020/src/Makefile.am
----------------------------------------------------------------------
diff --git a/src/Makefile.am b/src/Makefile.am
index cf76a69..33706e5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2255,7 +2255,6 @@ mesos_tests_DEPENDENCIES += $(EXAMPLESCRIPTSPYTHON)
 endif
 
 EXTRA_DIST +=							\
-  examples/python/test_containerizer.py				\
   examples/python/test_executor.py				\
   examples/python/test_framework.py