X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=build-devtoolbox;h=d95e7f091d188afb086ef77680d9305a9a844f05;hp=0f43ff8b9a697b2268b2fcc9a867741ee85cdf09;hb=4ee8f38da7500a76cabb1f528c147493d84a87b5;hpb=a8af5cdb368d3a17f80f9758bddbbd6ee8c76fe7 diff --git a/build-devtoolbox b/build-devtoolbox index 0f43ff8..d95e7f0 100755 --- a/build-devtoolbox +++ b/build-devtoolbox @@ -46,6 +46,12 @@ sudo dnf debuginfo-install -y glib2 glibc libssh gnutls type gh >/dev/null 2>&1 || sudo dnf install -y $(curl -s https://api.github.com/repos/cli/cli/releases/latest | grep -o https:.*_linux_amd64.rpm) +# 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 +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 clean packages # unbreak kerberos; https://github.com/debarshiray/toolbox/issues/235