mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-22 05:01:25 +00:00
Drop all update workarounds
The ones that were in there are stable now, plus downloading them is hitting a bug in Bodhi and breaking tests. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
025949f483
commit
41ddac0951
@ -439,10 +439,9 @@ sub setup_workaround_repo {
|
|||||||
assert_script_run "mkdir -p /opt/workarounds_repo";
|
assert_script_run "mkdir -p /opt/workarounds_repo";
|
||||||
assert_script_run "pushd /opt/workarounds_repo";
|
assert_script_run "pushd /opt/workarounds_repo";
|
||||||
my %workarounds = (
|
my %workarounds = (
|
||||||
"30" => [],
|
"31" => [],
|
||||||
# gnome-initial-setup timezone bug fix
|
"32" => [],
|
||||||
"31" => ["FEDORA-2020-da78f28e61"],
|
"33" => []
|
||||||
"32" => ["FEDORA-2020-74b4efe302"]
|
|
||||||
);
|
);
|
||||||
# then we'll download each update for our release:
|
# then we'll download each update for our release:
|
||||||
my $advisories = $workarounds{$version};
|
my $advisories = $workarounds{$version};
|
||||||
|
Loading…
Reference in New Issue
Block a user