You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by je...@apache.org on 2016/01/21 23:56:04 UTC

[83/96] [abbrv] incubator-geode git commit: GEODE-12: initialize the values if grgit is not available

GEODE-12: initialize the values if grgit is not available

(cherry picked from commit abec65e4f688d670cda49a9d99cfba679dbb2d95)


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/905844e4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/905844e4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/905844e4

Branch: refs/heads/develop
Commit: 905844e4807632b47e1d7b77be785b848b6103de
Parents: f22c6c2
Author: Jinmei Liao <ji...@pivotal.io>
Authored: Thu Jan 21 11:16:45 2016 -0800
Committer: Jens Deppe <jd...@pivotal.io>
Committed: Thu Jan 21 14:31:21 2016 -0800

----------------------------------------------------------------------
 gemfire-pulse/build.gradle | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/905844e4/gemfire-pulse/build.gradle
----------------------------------------------------------------------
diff --git a/gemfire-pulse/build.gradle b/gemfire-pulse/build.gradle
index b29f99e..24fd82e 100755
--- a/gemfire-pulse/build.gradle
+++ b/gemfire-pulse/build.gradle
@@ -93,6 +93,8 @@ task createPulsePropFile {
     } catch (Exception e) {
       logger.warn('***** Unable to find Git workspace. Using default version information *****')
       ext.branch = 'UNKNOWN'
+      ext.commitId = 'UNKNOWN'
+      ext.sourceDate = 'UNKNOWN'
     }
     // Build machine & java information - for screen output only
     ext.osArch = System.getProperty('os.arch')