]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
scripts/build_utils: use apache repo hosted by apache.jfrog.io 1868/head
authorKefu Chai <kchai@redhat.com>
Tue, 6 Jul 2021 09:25:35 +0000 (17:25 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 6 Jul 2021 09:25:36 +0000 (17:25 +0800)
the http://dl.bintray.com/apache/arrow/ mirror returns 403 "Forbidden"
now.

Signed-off-by: Kefu Chai <kchai@redhat.com>
scripts/build_utils.sh

index 0c1372fcde9cec18d8d678fc0c001b69fffe0b5c..fc34be70fe03ed121f9a48913ba70c1bcea29a8c 100644 (file)
@@ -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 <<EOF