You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by GitBox <gi...@apache.org> on 2022/07/12 17:19:31 UTC

[GitHub] [datasketches-memory] leerho commented on a diff in pull request #164: Move java8test to java8

leerho commented on code in PR #164:
URL: https://github.com/apache/datasketches-memory/pull/164#discussion_r919224095


##########
tools/scripts/getGitProperties.sh:
##########
@@ -38,28 +38,28 @@ tmp='org.apache.datasketches:'$ArtId$CR
 prop=$prop$tmp
 
 # Add Branch
-prop=$prop'git.branch: '
+prop=$prop'Git-Branch: '
 tmp=''$(git rev-parse --abbrev-ref HEAD)''$CR
 prop=$prop$tmp
 
 #Add commit-id
-prop=$prop'git.commit.id.full: '
+prop=$prop'Git-Commit-Id-Full: '
 ID=$(git rev-parse HEAD)
 tmp=''$ID''$CR
 prop=$prop$tmp
 
 #Add timestamp
-prop=$prop'git.commit.time: '
+prop=$prop'Git-Commit-Time: '
 tmp=''$(git show --no-patch --no-notes --pretty='%cI' $ID)''$CR
 prop=$prop$tmp
 
 #Add user email
-prop=$prop'git-commit-user-email: '
+prop=$prop'Git-Commit-User-Email: '
 tmp=''$(git show --no-patch --no-notes --pretty='%ce' $ID)''$CR
 prop=$prop$tmp
 
 #Add Tag
-prop=$prop'git.commit.tag: '
+prop=$prop'Git-Commit-Tag: '

Review Comment:
   Got it!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org