]> piware.de Git - bin.git/blobdiff - install-rhel-tools
backup: Also run with Ethernet connection
[bin.git] / install-rhel-tools
index 06b58dd7366c62e2582e107fd1df3ff1c7e831e9..e16fc7f02acf360a94c6219168ca5936fab950d5 100755 (executable)
@@ -8,6 +8,14 @@ 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
 
+# CentOS stream
+sudo dnf copr enable -y james/centpkg
+sudo dnf install -y centpkg streamkoji
+
+# 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