janhoy commented on a change in pull request #355: URL: https://github.com/apache/lucene/pull/355#discussion_r725915416
########## File path: dev-tools/scripts/buildAndPushRelease.py ########## @@ -329,7 +329,11 @@ def main(): print('Next run the smoker tester:') p = re.compile(".*/") m = p.match(sys.argv[0]) - print('%s -u %ssmokeTestRelease.py %s' % (sys.executable, m.group(), url)) + if not c.sign: Review comment: This is another improvement from branch_8x that was never applied to main, bringing it in here... -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org