pan3793 commented on code in PR #47926:
URL: https://github.com/apache/spark/pull/47926#discussion_r1735678831
##########
dev/create-release/release-build.sh:
##########
@@ -536,7 +536,7 @@ if [[ "$1" == "publish-release" ]]; then
file_short=$(echo $file | sed -e "s/\.\///")
dest_url="$nexus_upload/org/apache/spark/$file_short"
echo " Uploading $file_short"
- curl --retry 3 --retry-all-errors -u $ASF_USERNAME:$ASF_PASSWORD
--upload-file $file_short $dest_url
+ curl --retry 3 -u $ASF_USERNAME:$ASF_PASSWORD --upload-file $file_short
$dest_url
Review Comment:
the release script should always run inside the docker container, so we
don't need to make it support broad versions, how about reserving this only
removing `--retry-all-errors` from `build/mvn`?
--
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]