From: Martin Pitt Date: Mon, 17 May 2021 09:42:10 +0000 (+0200) Subject: install-rhel-tools: Add CentOS stream development tools X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=5c3fe1031b50391092bf0dc09ae33e808914d7ec install-rhel-tools: Add CentOS stream development tools See https://mailman-int.corp.redhat.com/archives/rhel-devel/2021-April/msg00049.html --- diff --git a/install-rhel-tools b/install-rhel-tools index 681abd7..e16fc7f 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 +# 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