amoeba commented on code in PR #44823: URL: https://github.com/apache/arrow/pull/44823#discussion_r1855647222
########## dev/release/post-04-website.sh: ########## @@ -29,6 +29,12 @@ if [ "$#" -ne 2 ]; then exit 1 fi +# Verify archery is available and stop if not +if [ -z "$(which archery)" ]; then Review Comment: Accepted. Just in the spirit of learning, what are the advantages to your version? -- 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]
