sonatype-lift[bot] commented on code in PR #1556:
URL: https://github.com/apache/solr/pull/1556#discussion_r1163139966


##########
dev-tools/scripts/smokeTestRelease.py:
##########
@@ -266,9 +266,12 @@ def checkSigs(urlString, version, tmpDir, isSigned, 
keysFile):
       raise RuntimeError('solr: artifact %s has wrong sigs: expected %s but 
got %s' % (artifact, expectedSigs, sigs))
 
   expected = ['solr-%s-src.tgz' % version,
-              'solr-%s.tgz' % version]
+              'solr-%s.tgz' % version,
+              'solr-%s-slim.tgz' % version]
 
   actual = [x[0] for x in artifacts]
+  expected.sort()

Review Comment:
   The **ignoreall** command is active on this PR, all the existing Lift issues 
are ignored.



-- 
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...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to