----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52919/#review155624 -----------------------------------------------------------
Patch looks great! Reviews applied: [52856, 52787, 52919] Passed command: export OS='ubuntu:14.04' BUILDTOOL='autotools' COMPILER='gcc' CONFIGURATION='--verbose' ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1'; ./support/docker_build.sh - Mesos ReviewBot On Nov. 10, 2016, 3:44 p.m., haosdent huang wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/52919/ > ----------------------------------------------------------- > > (Updated Nov. 10, 2016, 3:44 p.m.) > > > Review request for mesos, Jie Yu, Kevin Klues, and Vinod Kone. > > > Bugs: MESOS-6399 > https://issues.apache.org/jira/browse/MESOS-6399 > > > Repository: mesos > > > Description > ------- > > Updated scripts to allow override of MESOS environment variables. > > > Diffs > ----- > > bin/mesos-agent-flags.sh.in 8c936aa06e994a87a8b09b31c907868bf9be38c7 > bin/mesos-master-flags.sh.in 951c3e4c714809bcf2364eb28974aeefb7884bcb > > Diff: https://reviews.apache.org/r/52919/diff/ > > > Testing > ------- > > ``` > $ MESOS_TEMP_DIR=/tmp/mesos/bar ./bin/mesos-local.sh > > $ tree /tmp/mesos/ > /tmp/mesos/ > ??? bar > ??? agents > ? ??? 0 > ? ??? runtime_dir > ? ??? work_dir > ? ??? meta > ? ? ??? boot_id > ? ? ??? slaves > ? ? ??? 6b4ce717-dd6e-4d8c-9f89-66a42e3866a8-S0 > ? ? ? ??? slave.info > ? ? ??? latest -> > /tmp/mesos/bar/agents/0/work_dir/meta/slaves/6b4ce717-dd6e-4d8c-9f89-66a42e3866a8-S0 > ? ??? provisioner > ??? master > ??? work_dir > ??? replicated_log > ??? 000004.log > ??? CURRENT > ??? LOCK > ??? LOG > ??? MANIFEST-000002 > > 13 directories, 7 files > ``` > > > Thanks, > > haosdent huang > >
