1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-24 15:47:23 +00:00

Drop #1757948 workaround, shouldn't be needed any more

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-10-29 17:59:33 -07:00
parent 81100e8a17
commit 764a2bdc33

View File

@ -425,11 +425,6 @@ sub _repo_setup_updates {
# installed, but was not # installed, but was not
assert_script_run 'rpm -qp *.rpm --qf "%{NAME} " > /var/log/updatepkgnames.txt'; assert_script_run 'rpm -qp *.rpm --qf "%{NAME} " > /var/log/updatepkgnames.txt';
upload_logs "/var/log/updatepkgnames.txt"; upload_logs "/var/log/updatepkgnames.txt";
# FIXME: workaround #1757948 as it showed up in F30 now. Remove
# when the update goes stable and the base image is rebuilt
if (get_var("VERSION") eq "30") {
assert_script_run "bodhi updates download --updateid=FEDORA-2019-cb9dd3e345", 180;
}
# create the repo metadata # create the repo metadata
assert_script_run "createrepo ."; assert_script_run "createrepo .";
# write a repo config file, unless this is the support_server test # write a repo config file, unless this is the support_server test