janhoy commented on a change in pull request #702: LUCENE-8837
smokeTestRelease.py option --download-only
URL: https://github.com/apache/lucene-solr/pull/702#discussion_r291398578
##########
File path: dev-tools/scripts/scriptutil.py
##########
@@ -66,14 +70,19 @@ def on_or_after(self, other):
(self.bugfix > other.bugfix or self.bugfix == other.bugfix and
self.prerelease >= other.prerelease)))
+ def gt(self, other):
Review comment:
This is used to check if a given version is greater than current. Will be
used in releaseWizard script to be committed later
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]