Thanks Dave - I am not sure if that’s the usual way, if you’re ever interested, rat runs as part of Gradle:
./gradlew rat It has an exclude list that is in build.gradle. It runs as part of CI. > On Jan 14, 2022, at 2:12 PM, Dave Fisher <[email protected]> wrote: > > +1 (binding) > > DISCLAIMER, NOTICE, and LICENSE are present > Checksums and signatures are valid. > Zips and TGZs are equivalent. > Rat-Check passes ok. I used this .rat-excludes: > —— > # Files start with . > \..* > > # Data/doc files > .*\.conf > .*\.json > .*\.txt > .*\.BUILD > .*\.patch > > > META-INF > —— > > LGTM > > All the best, > Dave > >> On Jan 12, 2022, at 10:54 PM, Antoine Toulme <[email protected] >> <mailto:[email protected]>> wrote: >> >> We're voting on the source distributions available here: >> https://dist.apache.org/repos/dist/dev/incubator/tuweni/2.1.0-incubating/ >> <https://dist.apache.org/repos/dist/dev/incubator/tuweni/2.1.0-incubating/> >> <https://dist.apache.org/repos/dist/dev/incubator/tuweni/2.1.0-incubating/ >> <https://dist.apache.org/repos/dist/dev/incubator/tuweni/2.1.0-incubating/>> >> The release tag is present here: >> https://github.com/apache/incubator-tuweni/releases/tag/v2.1.0-incubating-rc >> <https://github.com/apache/incubator-tuweni/releases/tag/v2.1.0-incubating-rc> >> >> <https://github.com/apache/incubator-tuweni/releases/tag/v2.1.0-incubating-rc >> >> <https://github.com/apache/incubator-tuweni/releases/tag/v2.1.0-incubating-rc>> >> >> This release includes the following changes: >> >> New features: >> * Add OpenTelemetry metrics reporting service >> * Add synchronizer to eth client >> * New application: Ethereum node crawler >> * Add support for more EVM opcodes: extcodehash, extcodecopy, support >> Istanbul opcodes >> * New application: JSON-RPC proxy >> * New application: bootnode >> * Support Java 17 >> * Better gradle wrapper for Windows >> >> Fixes: >> * Upgrade Vert.x to 4.1.2 >> * DNS discovery resilience, allow retries and using multiple servers. (Jiri >> Peinlich) >> * Move to new license checks build >> * Remove logback runtime dependency >> * Provide system property to disable use of libsodium in hashing. >> * Upgrade Kotlin to 1.5.31 >> >> The vote is open for at least 3 business days. >> >> Thank you, >> >> Antoine > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > <mailto:[email protected]> > For additional commands, e-mail: [email protected] > <mailto:[email protected]>
