-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/41244/
-----------------------------------------------------------
(Updated Dec. 15, 2015, 1:10 a.m.)
Review request for mesos, Benjamin Hindman, Artem Harutyunyan, and Vinod Kone.
Summary (updated)
-----------------
Using 'git rev-parse --git-dir' in post-reviews.py.
Bugs: MESOS-4125
https://issues.apache.org/jira/browse/MESOS-4125
Repository: mesos
Description
-------
The post-reviews.py script has similar problems to the bootstrap script
in assuming that .git is a folder in the top-level directory of the git
repo. This may not be true when mesos is included as a submodule in
another project. Use 'git rev-parse --git-dir' instead.
Diffs
-----
support/post-reviews.py 170be83aa6dca6e8175292169d78e8f7915f7e6e
Diff: https://reviews.apache.org/r/41244/diff/
Testing
-------
Thanks,
Kevin Klues