]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
install-deps.sh: Actually set gpgcheck to false 33591/head
authorBrad Hubbard <bhubbard@redhat.com>
Fri, 28 Feb 2020 01:47:55 +0000 (11:47 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Fri, 28 Feb 2020 02:20:18 +0000 (12:20 +1000)
The current command appears to do nothing.

Fixes: https://tracker.ceph.com/issues/44344
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
install-deps.sh

index 978e8eba0bfd145d78d73325f34d69274705ba12..ec955c019aa399ca31cf24068eebcb6c4423ac94 100755 (executable)
@@ -370,7 +370,7 @@ else
                     $SUDO dnf config-manager --set-enabled PowerTools
                    # before EPEL8 and PowerTools provide all dependencies, we use sepia for the dependencies
                    $SUDO dnf config-manager --add-repo http://apt-mirror.front.sepia.ceph.com/lab-extras/8/
-                   $SUDO dnf config-manager --setopt gpgcheck=0 apt-mirror.front.sepia.ceph.com_lab-extras_8_ --save
+                   $SUDO dnf config-manager --setopt=apt-mirror.front.sepia.ceph.com_lab-extras_8_.gpgcheck=0 --save
                    $SUDO dnf copr enable -y ktdreyer/ceph-el8
                 elif test $ID = rhel -a $MAJOR_VERSION = 8 ; then
                     $SUDO subscription-manager repos --enable "codeready-builder-for-rhel-8-*-rpms"