From 6a7c11466c36b698aac8e6d2b8d66b93994c5a63 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 3 Feb 2023 08:58:38 -0800 Subject: [PATCH] Get updvercheck.py from main now it's merged Signed-off-by: Adam Williamson --- lib/utils.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/utils.pm b/lib/utils.pm index aa6833c5..66a5bc75 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -1158,8 +1158,7 @@ sub advisory_check_nonmatching_packages { upload_logs "/tmp/installedupdatepkgs.txt", failok => 1; upload_logs "/mnt/updatepkgs.txt", failok => 1; # download the check script and run it - # FIXME: change this to main when the PR is merged - assert_script_run 'curl -o updvercheck.py https://pagure.io/fedora-qa/os-autoinst-distri-fedora/raw/better-check-nonmatching/f/updvercheck.py', timeout => 120; + assert_script_run 'curl -o updvercheck.py https://pagure.io/fedora-qa/os-autoinst-distri-fedora/raw/main/f/updvercheck.py', timeout => 120; my $advisory = get_var("ADVISORY"); my $cmd = 'python3 ./updvercheck.py /mnt/updatepkgs.txt /tmp/installedupdatepkgs.txt'; $cmd .= " $advisory" if ($advisory);