----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62214/#review188466 -----------------------------------------------------------
FAIL: Failed to apply the dependent review: 62333. Failed command: `python.exe .\support\apply-reviews.py -n -r 62333` All the build artifacts available at: http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/62214 Relevant logs: - [apply-review-62333-stdout.log](http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/62214/logs/apply-review-62333-stdout.log): ``` error: patch failed: support/mesos-style.py:153 error: support/mesos-style.py: patch does not apply ``` - Mesos Reviewbot Windows On Oct. 18, 2017, 9:23 a.m., Armand Grillet wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/62214/ > ----------------------------------------------------------- > > (Updated Oct. 18, 2017, 9:23 a.m.) > > > Review request for mesos, Benjamin Mahler, Gaston Kleiman, and Kevin Klues. > > > Bugs: MESOS-7924 > https://issues.apache.org/jira/browse/MESOS-7924 > > > Repository: mesos > > > Description > ------- > > The linter runs when changes on a JavaScript file are being committed. > We use ESLint with a configuration based on our current JS code base. > The linter and its dependencies (i.e. Node.js) are installed in a > virtual environment using Virtualenv and then Nodeenv. > > > Diffs > ----- > > src/webui/.eslintrc.js PRE-CREATION > src/webui/.gitignore PRE-CREATION > src/webui/bootstrap PRE-CREATION > src/webui/pip-requirements.txt PRE-CREATION > support/mesos-style.py b2fdac9f8f76bdf8d8ede9ad8a056e4bb8c2754c > > > Diff: https://reviews.apache.org/r/62214/diff/7/ > > > Testing > ------- > > ``` > $ make check > ``` > > Following this commit, I have also tried to commit a change on a JavaScript > file and checked that ESLinter was correctly running. > > > Thanks, > > Armand Grillet > >
