]> piware.de Git - bin.git/commitdiff
install-rhel-tools: Install covscan-client
authorMartin Pitt <martin@piware.de>
Thu, 18 Mar 2021 18:30:11 +0000 (19:30 +0100)
committerMartin Pitt <martin@piware.de>
Thu, 18 Mar 2021 18:30:11 +0000 (19:30 +0100)
install-rhel-tools

index 06b58dd7366c62e2582e107fd1df3ff1c7e831e9..681abd75c384d8d9780809e2896e1549729f884c 100755 (executable)
@@ -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