]> piware.de Git - bin.git/blobdiff - install-rhel-tools
debian-backport-cockpit: Move to bookworm
[bin.git] / install-rhel-tools
index 4fa749b9b2fa82c32fe016a5699fee1d3758fc38..47b26f312de1b42661be91601a94b10b69d20c68 100755 (executable)
@@ -2,15 +2,13 @@
 # Install RHEL development tools into a toolbox
 set -eux
 
-sudo curl -o /etc/pki/ca-trust/source/anchors/RH-IT-Root-CA.crt https://password.corp.redhat.com/RH-IT-Root-CA.crt
+sudo curl -o /etc/pki/ca-trust/source/anchors/2015-RH-IT-Root-CA.crt https://certs.corp.redhat.com/certs/2015-IT-Root-CA.pem
+sudo curl -o /etc/pki/ca-trust/source/anchors/2022-RH-IT-Root-CA.crt https://certs.corp.redhat.com/certs/2022-IT-Root-CA.pem
+
 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
+sudo dnf install -y rhel-packager
 
 # coverity
 sudo dnf copr enable -y copr.devel.redhat.com/kdudka/covscan