dweiss commented on a change in pull request #1844: URL: https://github.com/apache/lucene-solr/pull/1844#discussion_r485726236
########## File path: solr/packaging/build.gradle ########## @@ -109,6 +109,21 @@ task toDir(type: Sync) { } } +task toTgz(type: Tar) { Review comment: Create a tgz in Windows and unpack it on Linux. Shell scripts should have the executable bit set. This can be verified programmatically too, although the above is the ultimate check. :) ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org