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 2020/09/14 08:09:52 UTC

[GitHub] [iceberg] kbendick opened a new pull request #1457: Add .gitattributes file for simplifying excludes/includes in release script

kbendick opened a new pull request #1457:
URL: https://github.com/apache/iceberg/pull/1457


   We are working on updating the release script to make it easier to pick up all current files, except for the few sets of directories or files that we would like to ignore from the release. The current PR (which has a large number of added shell commands) is https://github.com/apache/iceberg/issues/1453.
   
   `.gitattributes` provides an easy, industry-standard way of doing this which will greatly simplify the release scripts.
   
   In order to see the changes in any PR to update the release script, the `.gitattributes` file needs to be added first.
   
   This closes https://github.com/apache/iceberg/issues/1453 and then makes way for a much simplified release script, using industry standards, beyond the work done in https://github.com/apache/iceberg/issues/1453.
   
   I have merged this into my local repository and then run the release script and listed the contents of the tarball. None of the ignored files are there. Additionally, for ignored directories like `/build`, only the top level directory is ignored and not any subdirectories of that name (such as some `/build` directories included underneath some of the various `/spark` repo root directories that _would_ need to be included in a release to fully run tests.


----------------------------------------------------------------
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.

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


[GitHub] [iceberg] rdblue merged pull request #1457: Add .gitattributes file for simplifying excludes/includes in release script

Posted by GitBox <gi...@apache.org>.
rdblue merged pull request #1457:
URL: https://github.com/apache/iceberg/pull/1457


   


----------------------------------------------------------------
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.

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