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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-06-12 08:57:27 -07:00
parent d964129736
commit f6d92f92eb
1 changed files with 1 additions and 1 deletions

View File

@ -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};