janhoy opened a new pull request #497: URL: https://github.com/apache/solr/pull/497
https://issues.apache.org/jira/browse/SOLR-15852 * Port over recent useful changes from the Lucene project * Adapt to solr-only (remove Lucene-specific stuff) * Take advantage of `assembleRelease` and `-Psign` improvements from #491 (SOLR-15867) This is still untested and draft work. Appreciate help with initial review and perhaps testing. To test, you need to locally merge in changes from #491 (not yet merged) so the build will actually run. You'll also need to setup GPG signing. It may be useful to add this to your `~./gradle/gradle.properties`: ``` signing.keyId=<keyid> signing.password=<pw> signing.secretKeyRingFile=$HOME/.gnupg/secring.gpg # Enable this while testing validation.git.failOnModified=false ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
