This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a commit to branch branch_10x
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_10x by this push:
     new e77afa04e96 SOLR-17979 Fix smokeTestRelease.py - not require 'help' 
folder - expect 'changelog' folder
e77afa04e96 is described below

commit e77afa04e9617d1273f650b5a949cabf7abe5332
Author: Jan Høydahl <[email protected]>
AuthorDate: Sun Nov 2 20:29:03 2025 +0100

    SOLR-17979 Fix smokeTestRelease.py
    - not require 'help' folder
    - expect 'changelog' folder
---
 dev-tools/scripts/smokeTestRelease.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tools/scripts/smokeTestRelease.py 
b/dev-tools/scripts/smokeTestRelease.py
index 729e9782347..2114010cb47 100755
--- a/dev-tools/scripts/smokeTestRelease.py
+++ b/dev-tools/scripts/smokeTestRelease.py
@@ -637,7 +637,7 @@ def verifyUnpacked(java, artifact, unpackPath, gitRevision, 
version, testArgs):
   #     in_root_folder.remove(fileName)
 
   if isSrc:
-    expected_src_root_folders = ['build-tools', 'dev-docs', 'dev-tools', 
'gradle', 'help', 'solr']
+    expected_src_root_folders = ['build-tools', 'changelog', 'dev-docs', 
'dev-tools', 'gradle', 'solr']
     expected_src_root_files = ['build.gradle', 'gradlew', 'gradlew.bat', 
'settings.gradle', 'settings-gradle.lockfile', 'versions.lock']
     expected_src_solr_files = ['build.gradle']
     expected_src_solr_folders = ['benchmark',  'bin', 'modules', 'api', 
'core', 'cross-dc-manager', 'docker', 'documentation', 'example', 'licenses', 
'packaging', 'distribution', 'server', 'solr-ref-guide', 'solrj', 
'solrj-streaming', 'solrj-zookeeper', 'test-framework', 'webapp', '.gitignore', 
'.gitattributes']

Reply via email to