HoustonPutman commented on pull request #1844: URL: https://github.com/apache/lucene-solr/pull/1844#issuecomment-689719861
Two issues I see currently. - The package is named `solr-packaging-<version>.tgz` not `solr-<version>.tgz`. This should be easily fixed by: `archiveBaseName = "solr"` - The tar contains the output contents, not the output directory. The current solr tars have the contents all stored under `solr-<version>/`. The problem exists because `toDir.outputs` is the list of contents of the release directory, not the release directory itself. The same issue pops up in the docker PR, which I have made a workaround for. ---------------------------------------------------------------- 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