From f6d92f92eb05a89c51256cd6662a0d5f884767e0 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 12 Jun 2023 08:57:27 -0700 Subject: [PATCH] Drop e2fsprogs scratch build workaround Drop the e2fsprogs scratch build workaround we were using for https://github.com/fedora-silverblue/issue-tracker/issues/470 - with the new 'use a custom ref and rebase to the official ref' thing I implemented for update ostree tests, it shouldn't be necessary any longer. Signed-off-by: Adam Williamson --- lib/utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.pm b/lib/utils.pm index cb919c00..595346f5 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -474,7 +474,7 @@ sub setup_workaround_repo { my %workarounds = ( "37" => [], "38" => [], - "39" => ["101544183"], + "39" => [], ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};