X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=install-rhel-tools;h=e16fc7f02acf360a94c6219168ca5936fab950d5;hp=06b58dd7366c62e2582e107fd1df3ff1c7e831e9;hb=08f7bdfac720173984d2e6846c5bf780f39916f7;hpb=d6768a0d28550e44c826bb053e34a24c4471df6d diff --git a/install-rhel-tools b/install-rhel-tools index 06b58dd..e16fc7f 100755 --- a/install-rhel-tools +++ b/install-rhel-tools @@ -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