-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57857/
-----------------------------------------------------------
Review request for mesos and Joseph Wu.
Bugs: MESOS-7287
https://issues.apache.org/jira/browse/MESOS-7287
Repository: mesos
Description
-------
Windows cannot find `rbt` because the command name is `rbt.cmd`;
the extension is required.
Because Windows (PowerShell and cmd) does not support shebangs,
the usage of this script on Windows is:
python support\post-reviews.py
Windows does not have the `cat` command, so replace its usage
with `git rev-parse --verify <branch>`.
Note that colors do not always work on Windows, but can work,
so we leave them enabled.
Diffs
-----
support/post-reviews.py e4620e893a77dc2442b63b6d9c49626d82860d8d
Diff: https://reviews.apache.org/r/57857/diff/1/
Testing
-------
Posted this patch.
Thanks,
Andrew Schwartzmeyer