X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=install-rhel-tools;h=955ff305eae7c7054de841745d9651ff8fa85ed0;hp=e16fc7f02acf360a94c6219168ca5936fab950d5;hb=d548731960bbdedd57a8ae00344bad30bd298db6;hpb=84ae77949aa411749bbece3e1c502440d9f1aed2 diff --git a/install-rhel-tools b/install-rhel-tools index e16fc7f..955ff30 100755 --- a/install-rhel-tools +++ b/install-rhel-tools @@ -16,8 +16,9 @@ sudo dnf install -y centpkg streamkoji 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 +# 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-34/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 dnf install -y qa-tools-workstation-1minutetip +sudo dnf install -y qa-tools-workstation-1minutetip tmt-redhat-provision-minute