From c754249b1ac506fdbe2f87713dc675e2a090a0ec Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 18 Mar 2021 19:30:11 +0100 Subject: [PATCH] install-rhel-tools: Install covscan-client --- install-rhel-tools | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install-rhel-tools b/install-rhel-tools index 06b58dd..681abd7 100755 --- a/install-rhel-tools +++ b/install-rhel-tools @@ -8,6 +8,10 @@ sudo update-ca-trust (cd /etc/yum.repos.d; sudo curl -O --location https://download.devel.redhat.com/rel-eng/RCMTOOLS/rcm-tools-fedora.repo) sudo dnf install -y rhpkg +# coverity +sudo dnf copr enable -y copr.devel.redhat.com/kdudka/covscan +sudo dnf install -y covscan-client + # 1minutetip sudo umount /mnt # HACK: rhts-test-env-5.0-2.fc32eng.noarch wants to fiddle with it sudo wget -O /etc/yum.repos.d/qa-tools.repo http://liver.brq.redhat.com/repo/qa-tools.repo -- 2.39.2