viirya commented on code in PR #40585: URL: https://github.com/apache/spark/pull/40585#discussion_r1151450593
########## dev/create-release/release-build.sh: ########## @@ -473,7 +473,7 @@ if [[ "$1" == "publish-release" ]]; then pushd $tmp_repo/org/apache/spark # Remove any extra files generated during install - find . -type f |grep -v \.jar |grep -v \.pom | xargs rm + find . -type f |grep -v \.jar |grep -v \.pom |grep -v \.xml |grep -v \.json | xargs rm Review Comment: Is .xml and json only for SBOM artifacts? Will it includes unnecessary files also with .xml and .json? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
