mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2025-01-09 10:31:02 +00:00
Update tests: don't install git any more
We were using it to checkout a git version of python-fedora to work around a bug, long ago, but we don't do that any more so we don't need it. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
aafe460f85
commit
8d9684dd80
1 changed files with 1 additions and 1 deletions
|
@ -537,7 +537,7 @@ sub _repo_setup_updates {
|
||||||
assert_script_run "mount /opt/update_repo";
|
assert_script_run "mount /opt/update_repo";
|
||||||
}
|
}
|
||||||
assert_script_run "cd /opt/update_repo";
|
assert_script_run "cd /opt/update_repo";
|
||||||
script_run "dnf -y install bodhi-client git createrepo koji", 300;
|
script_run "dnf -y install bodhi-client createrepo koji", 300;
|
||||||
|
|
||||||
# download the packages
|
# download the packages
|
||||||
if (get_var("ADVISORY_NVRS")) {
|
if (get_var("ADVISORY_NVRS")) {
|
||||||
|
|
Loading…
Reference in a new issue