]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
revert the apache.jfrog.io repos 1955/head
authorCasey Bodley <cbodley@redhat.com>
Tue, 25 Jan 2022 17:03:20 +0000 (12:03 -0500)
committerCasey Bodley <cbodley@redhat.com>
Tue, 25 Jan 2022 17:03:20 +0000 (12:03 -0500)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
scripts/build_utils.sh

index 989d88dc44e6c5af02f33a8c9d42132e011f6294..710fb088800472d80abb3c2e25f5b90dcf48fbde 100644 (file)
@@ -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 <<EOF
@@ -1353,8 +1350,6 @@ setup_rpm_build_deps() {
         $SUDO dnf config-manager --add-repo http://apt-mirror.front.sepia.ceph.com/lab-extras/8/
         $SUDO dnf config-manager --setopt=apt-mirror.front.sepia.ceph.com_lab-extras_8_.gpgcheck=0 --save
 
-        $SUDO rpm -import https://dist.apache.org/repos/dist/dev/arrow/KEYS
-        $SUDO dnf config-manager --add-repo="https://apache.jfrog.io/artifactory/arrow/centos/${RELEASE}/x86_64"
     fi
 
     DIR=/tmp/install-deps.$$