-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/36855/
-----------------------------------------------------------

Review request for geode and Dan Smith.


Bugs: GEODE-160
    https://issues.apache.org/jira/browse/GEODE-160


Repository: geode


Description
-------

In order to find out if the working directory is a Git workspace, the build 
tries to find the '.git' directory and then assumes it is a Git workspace with 
a working git executable command.

The logic is flawed and the build can use the git command 'git rev-parse 
--is-inside-working-tree' to figure out both if it has a working git executable 
and if it is inside a Git workspace.


Diffs
-----

  gemfire-core/build.gradle 6b8a1df 

Diff: https://reviews.apache.org/r/36855/diff/


Testing
-------

Tested building with using Git checkout and outside Git workspace using git 
archive


Thanks,

Mark Bretl

Reply via email to