janhoy commented on a change in pull request #355: URL: https://github.com/apache/lucene/pull/355#discussion_r727577690
########## File path: dev-tools/scripts/smokeTestRelease.py ########## @@ -141,21 +146,19 @@ def checkJARMetaData(desc, jarFile, gitRevision, version): raise RuntimeError('%s is missing %s' % (desc, name)) except KeyError: raise RuntimeError('%s is missing %s' % (desc, name)) - + s = decodeUTF8(z.read(MANIFEST_FILE_NAME)) - + for verify in ( 'Specification-Vendor: The Apache Software Foundation', 'Implementation-Vendor: The Apache Software Foundation', - # Make sure 1.8 compiler was used to build release bits: + 'Specification-Title: Lucene Search Engine:', + 'Implementation-Title: org.apache.lucene', 'X-Compile-Source-JDK: 11', - # Make sure 1.8, 1.9 or 1.10 ant was used to build release bits: (this will match 1.8.x, 1.9.x, 1.10.x) - ('Ant-Version: Apache Ant 1.8', 'Ant-Version: Apache Ant 1.9', 'Ant-Version: Apache Ant 1.10'), - # Make sure .class files are 1.8 format: Review comment: I fixed some more, including converting an ant command to gradle syntax. -- 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