mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 14:03:09 +00:00
setup_workaround_repo: explicitly install koji
bodhi-client should depend on it, but technically since we have code that calls `koji` directly here, we should probably also include it in our install anyway, so not marking this as a workaround. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
4d9831efcc
commit
cf352a4e3e
@ -466,7 +466,7 @@ sub setup_workaround_repo {
|
|||||||
# for any release, the hash can be empty and this will do nothing
|
# for any release, the hash can be empty and this will do nothing
|
||||||
my $version = shift || get_var("VERSION");
|
my $version = shift || get_var("VERSION");
|
||||||
cleanup_workaround_repo;
|
cleanup_workaround_repo;
|
||||||
script_run "dnf -y install bodhi-client createrepo", 300;
|
script_run "dnf -y install bodhi-client createrepo koji", 300;
|
||||||
# write a repo config file, unless this is the support_server test
|
# write a repo config file, unless this is the support_server test
|
||||||
# and it is running on a different release than the update is for
|
# and it is running on a different release than the update is for
|
||||||
# (in this case we need the repo to exist but do not want to use
|
# (in this case we need the repo to exist but do not want to use
|
||||||
|
Loading…
Reference in New Issue
Block a user