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
@ -537,7 +537,7 @@ sub _repo_setup_updates {
|
||||
assert_script_run "mount /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
|
||||
if (get_var("ADVISORY_NVRS")) {
|
||||
|
Loading…
Reference in New Issue
Block a user