From 54f2cd78cb73e6539bb3775eebc5eaee117a78d3 Mon Sep 17 00:00:00 2001 From: Jiri Popelka Date: Mon, 17 Jun 2024 13:18:46 +0200 Subject: [PATCH] Disable mini-tps copr repo after installing mini-tps --- prepare.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/prepare.sh b/prepare.sh index 24114f5..bb24ce7 100755 --- a/prepare.sh +++ b/prepare.sh @@ -12,6 +12,7 @@ set -e # install mini-tps dnf -y copr enable @osci/mini-tps dnf -y install mini-tps +dnf -y copr disable @osci/mini-tps # make sure mini-tps can find Koji # TODO: can mini-tps RPM package provide this configuration automatically?