From 8c512f1b130ec6eb81d0be6d1ffaf83934fca7eb Mon Sep 17 00:00:00 2001 From: Jiri Konecny Date: Wed, 25 Sep 2024 14:12:12 +0200 Subject: [PATCH] Add anaconda-tui package to updates-image We don't need other packages because these only have dependencies or they have GTK UI. However, we do want to keep tui code even when Web UI is the only requested option as the fallback solution. --- test/vm.install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/vm.install b/test/vm.install index 67a278fd4..f2461268b 100755 --- a/test/vm.install +++ b/test/vm.install @@ -77,11 +77,11 @@ def vm_install(image, verbose, quick): # unless we are testing a PR on rhinstaller/anaconda, then pull it from the PR COPR repo if not scenario or not scenario.startswith("anaconda-pr-"): # anaconda-core is also available in the default rawhide compose, make sure we don't pull it from there - download_from_copr("@rhinstaller/Anaconda", "anaconda-core", machine) + download_from_copr("@rhinstaller/Anaconda", "anaconda-core anaconda-tui", machine) else: anaconda_pr = scenario.split("-")[-1] # anaconda-core is also available in the default rawhide compose, make sure we don't pull it from there - download_from_copr(f"packit/rhinstaller-anaconda-{anaconda_pr}", "anaconda-core", machine) + download_from_copr(f"packit/rhinstaller-anaconda-{anaconda_pr}", "anaconda-core anaconda-tui", machine) # Download missing dependencies rpms # FIXME boot.iso on rawhide does not currently contain the new anaconda-webui dependencies