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 2014/05/16 23:37:53 UTC

git commit: Set work_dir flag for mesos-local.

Repository: mesos
Updated Branches:
  refs/heads/master 09b1dc3e9 -> 3f450c735


Set work_dir flag for mesos-local.

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


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

Branch: refs/heads/master
Commit: 3f450c735730686d7a37074144df832e85740c8c
Parents: 09b1dc3
Author: Dominic Hamon <dh...@twopensource.com>
Authored: Fri May 16 14:37:43 2014 -0700
Committer: Vinod Kone <vi...@twitter.com>
Committed: Fri May 16 14:37:43 2014 -0700

----------------------------------------------------------------------
 bin/mesos-local-flags.sh.in | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/3f450c73/bin/mesos-local-flags.sh.in
----------------------------------------------------------------------
diff --git a/bin/mesos-local-flags.sh.in b/bin/mesos-local-flags.sh.in
index aecf880..ab5b6c8 100644
--- a/bin/mesos-local-flags.sh.in
+++ b/bin/mesos-local-flags.sh.in
@@ -16,5 +16,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+export MESOS_WORK_DIR=/tmp/mesos
+
 . @abs_top_builddir@/bin/mesos-master-flags.sh
 . @abs_top_builddir@/bin/mesos-slave-flags.sh