You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2019/07/04 05:51:56 UTC

[arrow] 17/38: ARROW-5816: [Release] Do not curl in background in verify-release-candidate.sh

This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git

commit b6bdef91abc8804908688a64e0fc979ba57bc552
Author: Wes McKinney <we...@apache.org>
AuthorDate: Tue Jul 2 06:01:07 2019 +0900

    ARROW-5816: [Release] Do not curl in background in verify-release-candidate.sh
    
    This is a temporary fix
    
    Author: Wes McKinney <we...@apache.org>
    
    Closes #4768 from wesm/rc-no-curl-download-background and squashes the following commits:
    
    171f92ec5 <Wes McKinney> Do not curl in background
---
 dev/release/verify-release-candidate.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev/release/verify-release-candidate.sh b/dev/release/verify-release-candidate.sh
index cf8df75..8b25d30 100755
--- a/dev/release/verify-release-candidate.sh
+++ b/dev/release/verify-release-candidate.sh
@@ -129,9 +129,8 @@ download_bintray_files() {
       --fail \
       --location \
       --output ${file} \
-      https://dl.bintray.com/${BINTRAY_REPOSITORY}/${file} &
+      https://dl.bintray.com/${BINTRAY_REPOSITORY}/${file}
   done
-  wait
 }
 
 test_binary() {