----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57857/#review169756 -----------------------------------------------------------
Nice change, I will appreciate being able to post reviews from Windows. Looks like a relatively simple change, and I'd normally approve but I don't have the experience or knowledge yet to do so. - John Kordich On March 22, 2017, 6:11 p.m., Andrew Schwartzmeyer wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/57857/ > ----------------------------------------------------------- > > (Updated March 22, 2017, 6:11 p.m.) > > > Review request for mesos, John Kordich 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 > >
