wjones127 commented on code in PR #15099:
URL: https://github.com/apache/arrow/pull/15099#discussion_r1057952053
##########
dev/release/download_rc_binaries.py:
##########
@@ -203,7 +203,9 @@ def _download_file(self, dest, asset):
"--header",
"Accept: application/octet-stream",
# Also retry 403s
- "--retry-all-errors",
+ "--retry",
+ "5",
+ "--fail"
Review Comment:
Sure. I changed to check the version, though not 100% confident my method is
very portable. I welcome suggestions on that.
--
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]