You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "HoustonPutman (via GitHub)" <gi...@apache.org> on 2023/04/11 17:34:30 UTC

[GitHub] [solr] HoustonPutman commented on a diff in pull request #1556: SOLR-16742: Make a slim and full Solr release

HoustonPutman commented on code in PR #1556:
URL: https://github.com/apache/solr/pull/1556#discussion_r1163134845


##########
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:
   @sonatype-lift ignore



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

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


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