----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67413/#review204189 -----------------------------------------------------------
PASS: Mesos patch 67413 was successfully built and tested. Reviews applied: `['67411', '67412', '67413']` All the build artifacts available at: http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/67413 - Mesos Reviewbot Windows On June 1, 2018, 3:21 p.m., Armand Grillet wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/67413/ > ----------------------------------------------------------- > > (Updated June 1, 2018, 3:21 p.m.) > > > Review request for mesos, Andrew Schwartzmeyer, Benjamin Bannier, Eric Chung, > and Kevin Klues. > > > Bugs: MESOS-8955 > https://issues.apache.org/jira/browse/MESOS-8955 > > > Repository: mesos > > > Description > ------- > > These variables will soon be used to build the Python bindings and > the CLI. The goal is to have a clear situation regarding which > version of python is used to build each part of our codebase. > > > Diffs > ----- > > configure.ac 03d333d65bcab2e46cff0b1329e5ad7bb26da697 > > > Diff: https://reviews.apache.org/r/67413/diff/1/ > > > Testing > ------- > > I added two lines after the new code: > > ``` > AC_MSG_NOTICE([$PYTHON_2]) > AC_MSG_NOTICE([$PYTHON_3]) > ``` > > My machine runs Python 2 when using `python` but `python3` is available. The > result of `configure` was: > ``` > configure: /usr/bin/python > configure: python3 > ``` > > > Thanks, > > Armand Grillet > >
