You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2015/04/23 21:35:01 UTC

[3/3] mesos git commit: Removed stale 'Code Internals' document.

Removed stale 'Code Internals' document.

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


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

Branch: refs/heads/master
Commit: 929c6e7a4e6f41568e1c5425b58c4b4b7dbce3df
Parents: 1ab9fad
Author: Benjamin Mahler <be...@gmail.com>
Authored: Wed Apr 8 16:11:04 2015 -0700
Committer: Benjamin Mahler <be...@gmail.com>
Committed: Thu Apr 23 12:32:03 2015 -0700

----------------------------------------------------------------------
 docs/home.md                 |  1 -
 docs/mesos-code-internals.md | 41 ---------------------------------------
 2 files changed, 42 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/929c6e7a/docs/home.md
----------------------------------------------------------------------
diff --git a/docs/home.md b/docs/home.md
index 3163740..9fabf77 100644
--- a/docs/home.md
+++ b/docs/home.md
@@ -44,7 +44,6 @@ layout: documentation
 * [Reporting an Issue, Improvement, or Feature](/documentation/latest/reporting-a-bug/) for getting started with JIRA.
 * [Submitting a Patch](/documentation/latest/submitting-a-patch/) for getting started with ReviewBoard, and our tooling around it.
 * [Committer's Guide](/documentation/latest/committers-guide/) a guiding document for etiquette in reviews and commits.
-* [Code Internals](/documentation/latest/mesos-code-internals/) an overview of the codebase and internal organization.
 * [C++ Style Guide](/documentation/latest/mesos-c++-style-guide/)
 * [Development Roadmap](/documentation/latest/mesos-roadmap/)
 * [Release Guide](/documentation/latest/release-guide/)

http://git-wip-us.apache.org/repos/asf/mesos/blob/929c6e7a/docs/mesos-code-internals.md
----------------------------------------------------------------------
diff --git a/docs/mesos-code-internals.md b/docs/mesos-code-internals.md
deleted file mode 100644
index 7e5b897..0000000
--- a/docs/mesos-code-internals.md
+++ /dev/null
@@ -1,41 +0,0 @@
----
-layout: documentation
----
-
-# Mesos Code Internals
-
-## Top-level directories in the Mesos distribution
-
-* 3rdparty - Contains necessary open source third party software that Mesos leverages for things such as logging, etc.
-* docs - Documentation that's packaged/shipped with each release.
-* ec2 - Scripts for launching a Mesos cluster on EC2. See the wiki page on "EC2-Scripts".
-* frameworks - Included Mesos Frameworks. See the READMEs in each one. See the [App/Framework development guide](app-framework-development-guide.md) for a crash course in how Mesos Frameworks get resources from the Mesos master.
-* include - Contains headers that contain the interfaces that Mesos users need in order to interact with Mesos (e.g. the Mesos Framework API)
-* src - Contains the entire Mesos source tree. See below for more details about the directories inside of `src`.
-
-## Mesos source code
-
-The Mesos source code (found in `MESOS_HOME/src`) is organized into the following hierarchy:
-
-* common - Shared source files (such as utilities and data structures).
-* deploy
-* detector
-* examples
-* exec
-* files
-* launcher
-* linux
-* local
-* log
-* logging
-* master - Source files specific to the mesos-master daemon.
-* mesos
-* messages
-* python
-* sasl
-* scaling
-* sched - Source files specific to the mesos-slave daemon.
-* slave
-* tests
-* webui
-* zookeeper
\ No newline at end of file