-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58394/#review171835
-----------------------------------------------------------
Patch looks great!
Reviews applied: [58394]
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 April 12, 2017, 9:44 p.m., Eric Chung wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/58394/
> -----------------------------------------------------------
>
> (Updated April 12, 2017, 9:44 p.m.)
>
>
> Review request for mesos, Jason Lai, Joseph Wu, and Kevin Klues.
>
>
> Bugs: MESOS-7310
> https://issues.apache.org/jira/browse/MESOS-7310
>
>
> Repository: mesos
>
>
> Description
> -------
>
> Setup new directory for python http client lib in src/python.
>
>
> Diffs
> -----
>
> src/cli_new/bootstrap 6d62e9adf1d543ed00a3a2cf2484edf1c33ee443
> src/python/.gitignore PRE-CREATION
> src/python/lib/mesos/__init__.py PRE-CREATION
>
>
> Diff: https://reviews.apache.org/r/58394/diff/1/
>
>
> Testing
> -------
>
> Under src/cli_new:
> 1\. ./bootstrap
> 2\. . ./activate
> 3\. python
> 4\. >>> import mesos
> 5\. >>> mesos.\_\_path\_\_
> 6\. verify that the path printed out is indeed at src/python/lib/mesos
>
>
> Thanks,
>
> Eric Chung
>
>
|