From b5e44787e3a48218acba4d5e58f155551202d668 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 6 Jul 2021 17:25:35 +0800 Subject: [PATCH] scripts/build_utils: use apache repo hosted by apache.jfrog.io the http://dl.bintray.com/apache/arrow/ mirror returns 403 "Forbidden" now. Signed-off-by: Kefu Chai --- scripts/build_utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index 0c1372fc..fc34be70 100644 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -491,7 +491,7 @@ env DEBIAN_FRONTEND=noninteractive apt-get update -y -o Acquire::Languages=none env DEBIAN_FRONTEND=noninteractive apt-get install -y gnupg curl -L https://dist.apache.org/repos/dist/dev/arrow/KEYS | apt-key add - -add-apt-repository "deb [arch=amd64] http://dl.bintray.com/apache/arrow/ubuntu $DIST main" +add-apt-repository "deb [arch=amd64] https://apache.jfrog.io/artifactory/arrow/ubuntu $DIST main" EOF elif [[ "$ARCH" == "arm64" ]]; then cat > $hookdir/D04install-updates-repo <