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


##########
dev-tools/scripts/smokeTestRelease.py:
##########
@@ -535,12 +538,14 @@ def unpackAndVerify(java, tmpDir, artifact, gitRevision, 
version, testArgs):
   os.chdir(destDir)
   print('  unpack %s...' % artifact)
   unpackLogFile = '%s/solr-unpack-%s.log' % (tmpDir, artifact)
+  expected = artifact
   if artifact.endswith('.tar.gz') or artifact.endswith('.tgz'):
+    expected = artifact[:artifact.find('.t')]
+    expected = expected.replace("-src", "") # Remove when the src tgz 
subdirectory has "-src" appended

Review Comment:
   I've recorded these 3 issues as ignored for this pull request.
   If you change your mind, just comment `@sonatype-lift unignore`.



-- 
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