From: Martin Pitt Date: Fri, 18 Dec 2020 07:47:48 +0000 (+0100) Subject: build-devtoolbox: Drop RH internal cert X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=dd47e152513c50f39fb486514466b9eef02c16be;ds=sidebyside build-devtoolbox: Drop RH internal cert It's enough to have that in the redhat toolbox. --- diff --git a/build-devtoolbox b/build-devtoolbox index 1bf711c..8fd6063 100755 --- a/build-devtoolbox +++ b/build-devtoolbox @@ -22,11 +22,6 @@ sudo hostname -F /etc/hostname sudo dnf update -y sudo ln -sfn ../run/host/run/NetworkManager/resolv.conf /etc/resolv.conf -# this just refuses to rpm -i normally -sudo dnf install -y cpio -rpm2cpio ~martin/Dokumente/Arbeit/RedHat/redhat-internal-cert-install-0.1-7.el7.csb.noarch.rpm | sudo cpio -id --directory=/ --verbose "./etc/pki/*" -sudo update-ca-trust - sudo dnf builddep -y cockpit sudo dnf install -y make npm sassc fontconfig git valgrind chromium \ libvirt-daemon-kvm libvirt-client python3-libvirt \