Drop workaround updates that have been pushed stable

Except one that's pushed stable but hasn't made repos yet (as the
last F32 nightly compose failed).

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-03-17 08:17:00 -07:00
parent 608209499d
commit d9438e8042
1 changed files with 4 additions and 6 deletions

View File

@ -439,12 +439,10 @@ sub setup_workaround_repo {
assert_script_run "mkdir -p /opt/workarounds_repo";
assert_script_run "pushd /opt/workarounds_repo";
my %workarounds = (
# disable modules on upgrade (#1767351)
"30" => ["FEDORA-2020-02ee4b1a1c"],
# disable modules on upgrade (#1767351)
"31" => ["FEDORA-2020-717d521d35"],
# fix for lmod breaking console output tests, f32 backgrounds
"32" => ["FEDORA-2020-755d29d4b0", "FEDORA-2020-ed62604eca"]
"30" => [""],
"31" => [""],
# fix for lmod breaking console output tests
"32" => ["FEDORA-2020-755d29d4b0"]
);
# then we'll download each update for our release:
my $advisories = $workarounds{$version};