This is an automated email from the ASF dual-hosted git repository. wesm pushed a commit to branch maint-0.14.x in repository https://gitbox.apache.org/repos/asf/arrow.git
commit 22db3e683a49a825cb7019f5f380d4d718f50e18 Author: Wes McKinney <wesm+...@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 <wesm+...@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() {