drop FEDORA-2020-2bef864cab as a workaround (it went stable)

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-09-14 18:47:23 -07:00
parent a2bbd5ecfb
commit d86960166d

View File

@ -440,9 +440,8 @@ sub setup_workaround_repo {
assert_script_run "pushd /opt/workarounds_repo";
my %workarounds = (
"31" => [],
# FreeIPA 4.8.9 to make the UI consistent across releases
"32" => [],
"33" => ["FEDORA-2020-2bef864cab"]
"33" => []
);
# then we'll download each update for our release:
my $advisories = $workarounds{$version};