You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/07/14 11:05:06 UTC

[GitHub] [iceberg] nastra commented on a diff in pull request #5277: Build: Allowlist only required git properties in IcebergBuild info

nastra commented on code in PR #5277:
URL: https://github.com/apache/iceberg/pull/5277#discussion_r921032446


##########
build.gradle:
##########
@@ -64,6 +64,7 @@ gitProperties {
   gitPropertiesResourceDir = file("${rootDir}/build")
   extProperty = 'gitProps'
   failOnNoGitDirectory = true
+  keys = ['git.commit.id.abbrev', 'git.commit.id', 'git.branch', 'git.tags', 'git.build.version']

Review Comment:
   I would probably also include `git.commit.message.short / git.commit.time` as that seems useful as well



-- 
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: issues-unsubscribe@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org