Skip to content

Commit

Permalink
Merge pull request #451 from jkonecny12/master-include-anaconda-tui-t…
Browse files Browse the repository at this point in the history
…o-updates-img

Add anaconda-tui package to updates-image
  • Loading branch information
KKoukiou authored Sep 26, 2024
2 parents cdf3d36 + 8c512f1 commit cb2c94f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/vm.install
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb2c94f

Please sign in to comment.