From: Kefu Chai Date: Tue, 6 Jul 2021 09:25:35 +0000 (+0800) Subject: scripts/build_utils: use apache repo hosted by apache.jfrog.io X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1868%2Fhead;p=ceph-build.git 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 --- 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 <