You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/07/27 20:28:35 UTC

[GitHub] [arrow] kou commented on a change in pull request #10366: ARROW-13468: [Release] Fix binary download/upload failures

kou commented on a change in pull request #10366:
URL: https://github.com/apache/arrow/pull/10366#discussion_r677776289



##########
File path: dev/release/04-binary-download.sh
##########
@@ -36,4 +36,4 @@ crossbow_job_prefix="release-${version_with_rc}"
 : ${CROSSBOW_JOB_NUMBER:="0"}
 : ${CROSSBOW_JOB_ID:="${crossbow_job_prefix}-${CROSSBOW_JOB_NUMBER}"}
 
-archery crossbow download-artifacts ${CROSSBOW_JOB_ID}
+archery crossbow download-artifacts ${CROSSBOW_JOB_ID} --no-fetch

Review comment:
       We can revisit this when this causes a problem.
   
   For example, we can use `CROSSBOW_ARGS` environment variable to customize this behavior:
   
   ```bash
   : ${CROSSBOW_ARGS:=--no-fetch}
   ```




-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org