From f1f5296c14a07a4c336033b01467ef4be392cd14 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Tue, 25 Jan 2022 12:03:20 -0500 Subject: [PATCH] revert the apache.jfrog.io repos Signed-off-by: Casey Bodley --- scripts/build_utils.sh | 5 ----- 1 file changed, 5 deletions(-) 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 <