X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=install-rhel-tools;fp=install-rhel-tools;h=4fa749b9b2fa82c32fe016a5699fee1d3758fc38;hp=7953c726b55162c5d2958276a39b0852baede522;hb=175fd88fe4de40675c808feb69707fc997df5993;hpb=472241e39efb2eb02f02dbe8fb749c1dbad715a9 diff --git a/install-rhel-tools b/install-rhel-tools index 7953c72..4fa749b 100755 --- a/install-rhel-tools +++ b/install-rhel-tools @@ -19,6 +19,6 @@ sudo dnf install -y covscan-client # 1minutetip: https://wiki.test.redhat.com/BaseOs/Projects/1minuteTIP if mountpoint /mnt; then sudo umount /mnt; fi # HACK: rhts-test-env-5.0-2.fc32eng.noarch wants to fiddle with it . /etc/os-release -sudo wget -O /etc/yum.repos.d/qa-tools.repo https://copr.devel.redhat.com/coprs/lpol/qa-tools/repo/fedora-36/lpol-qa-tools-fedora-${VERSION_ID}.repo -sudo wget -O /etc/yum.repos.d/beaker-client.repo http://download.lab.bos.redhat.com/beakerrepos/beaker-client-Fedora.repo +sudo curl -o /etc/yum.repos.d/qa-tools.repo https://copr.devel.redhat.com/coprs/lpol/qa-tools/repo/fedora-36/lpol-qa-tools-fedora-${VERSION_ID}.repo +sudo curl -o /etc/yum.repos.d/beaker-client.repo http://download.lab.bos.redhat.com/beakerrepos/beaker-client-Fedora.repo sudo dnf install -y qa-tools-workstation-1minutetip tmt-redhat-provision-minute