mocobeta commented on pull request #394: URL: https://github.com/apache/lucene/pull/394#issuecomment-947141245
The `rev.txt` file is used to reuse the git revision on the previous run when `--no-prepare` option is passed. https://github.com/apache/lucene/blob/c77e9ddf93ae872ba6556d39c48a0a32e31e91b1/dev-tools/scripts/buildAndPushRelease.py#L398-L402 I'm not sure what is the use-cases of this, but if it's needed (for convenience?) we need an explicitly fixed path and shouldn't clean up the file after the first run. It's actually not a "temporary" file... -- 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]
