From 4dae8020d5ae06caaff88e05ddd18653d97c1ffe Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Sat, 3 Sep 2022 09:47:23 +0200 Subject: [PATCH] install-rhel-tools: Update to Fedora 36 --- install-rhel-tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-rhel-tools b/install-rhel-tools index 955ff30..7953c72 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-34/lpol-qa-tools-fedora-${VERSION_ID}.repo +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 dnf install -y qa-tools-workstation-1minutetip tmt-redhat-provision-minute -- 2.39.2