[
https://issues.apache.org/jira/browse/GEODE-1260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15248976#comment-15248976
]
Anthony Baker commented on GEODE-1260:
--------------------------------------
The geode-core/build.gradle file encodes information from git. If build from
the source distribution, the following values are used.
{noformat}
ext.branch = 'UNKNOWN'
ext.commitId = 'UNKNOWN'
ext.sourceDate = new Date().format('yyyy-MM-dd HH:mm:ss Z')
{noformat}
To fix this we would capture the above values (from git) when generating the
source distribution.
> Building out of source tarball produces incorrect versioning
> ------------------------------------------------------------
>
> Key: GEODE-1260
> URL: https://issues.apache.org/jira/browse/GEODE-1260
> Project: Geode
> Issue Type: Bug
> Components: build
> Reporter: Roman Shaposhnik
>
> Here's what it looks like:
> {noformat}
> $ gradle build
> ....
> ***** Unable to find Git workspace. Using default version information *****
> ....
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)