uschindler commented on PR #13139:
URL: https://github.com/apache/lucene/pull/13139#issuecomment-1966420051
Thanks, I compared the 9.x and main branch smoke tester. The files are
identical with some minor differences:
- The 9.x checks for `CONTRIBUTING.md` to be available in root folder, main
does not do this. We should possibly fix this.
- The 9.x passes the badapples exclusion, but this is wanted, due to
LUCENE-10253
So the only change to make both scripts consistent would be to fix this line:
```
expected_src_root_files = ['build.gradle', 'buildSrc',
'CONTRIBUTING.md', 'dev-docs', 'dev-tools', 'gradle', 'gradlew',
'gradlew.bat', 'help', 'lucene',
'settings.gradle', 'versions.lock', 'versions.props']
```
--
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]