From d33aa591a67a3553aca80c4fe32604a01ebeeab6 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 12 Apr 2019 19:01:09 -0700 Subject: [PATCH] Update the workaround for #1698200 Signed-off-by: Adam Williamson --- lib/utils.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/utils.pm b/lib/utils.pm index d4d9e8f7..172d984e 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -469,9 +469,9 @@ sub _repo_setup_updates { assert_script_run 'rpm -qp *.rpm --qf "%{NAME} " > /var/log/updatepkgnames.txt'; upload_logs "/var/log/updatepkgnames.txt"; # FIXME pull in the fix for #1698200 which causes base_services_start - # to fail always; remove when stable + # to fail always; remove after next F30 compose (2019-04-12) if (get_var("VERSION") eq "30") { - assert_script_run "bodhi updates download --updateid FEDORA-2019-b514a5c8a3", 600; + assert_script_run "bodhi updates download --updateid FEDORA-2019-7cb094d99a", 600; } # create the repo metadata assert_script_run "createrepo .";