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:
parent
608209499d
commit
d9438e8042
10
lib/utils.pm
10
lib/utils.pm
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user