From: Casey Bodley Date: Tue, 25 Jan 2022 17:03:20 +0000 (-0500) Subject: revert the apache.jfrog.io repos X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1955%2Fhead;p=ceph-build.git revert the apache.jfrog.io repos Signed-off-by: Casey Bodley --- diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index 989d88dc..710fb088 100644 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -480,9 +480,6 @@ echo "deb [arch=amd64] http://us.archive.ubuntu.com/ubuntu/ $DIST-backports main echo "deb [arch=amd64] http://security.ubuntu.com/ubuntu $DIST-security main restricted universe multiverse" >> /etc/apt/sources.list env DEBIAN_FRONTEND=noninteractive apt-get update -y -o Acquire::Languages=none -o Acquire::Translation=none || true 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] https://apache.jfrog.io/artifactory/arrow/ubuntu $DIST main" EOF elif [[ "$ARCH" == "arm64" ]]; then cat > $hookdir/D04install-updates-repo <